[SCM] Samba Shared Repository - branch master updated

Karolin Seeger kseeger at samba.org
Thu Jan 21 07:34:09 MST 2010


The branch, master has been updated
       via  2534654... s3:pdb_ldap: Fix large paged search.
      from  c531d00... s3: Fix bug 7052: "DFS broken on AIX (maybe others)"

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 253465456a994e1fcbeabd64f3924f173ea1b865
Author: Volker Lendecke <vl at samba.org>
Date:   Mon May 18 16:04:04 2009 +0200

    s3:pdb_ldap: Fix large paged search.
    
    Fix bug #6981 (Paged Search with DirX LDAP server broken).
    (cherry picked from commit 0a3b576c0a4298cbe600ad8943e401e3a0639359)

-----------------------------------------------------------------------

Summary of changes:
 source3/passdb/pdb_ldap.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c
index cc969bc..758701b 100644
--- a/source3/passdb/pdb_ldap.c
+++ b/source3/passdb/pdb_ldap.c
@@ -4370,6 +4370,7 @@ static bool ldapsam_search_nextpage(struct pdb_search *search)
 	if (state->current_entry == NULL) {
 		ldap_msgfree(state->entries);
 		state->entries = NULL;
+		return false;
 	}
 
 	return True;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list