git.samba.org
/
amitay
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92a16b9
)
Fix large paged search
author
Volker Lendecke
<vl@samba.org>
Mon, 18 May 2009 14:04:04 +0000
(16:04 +0200)
committer
Michael Adam
<obnox@samba.org>
Fri, 13 Nov 2009 10:36:06 +0000
(11:36 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
source3/passdb/pdb_ldap.c
patch
|
blob
|
history
diff --git
a/source3/passdb/pdb_ldap.c
b/source3/passdb/pdb_ldap.c
index 87df75e7fd7499d2800a5afbe3ea2ac55ca739c3..d4a2fbe0fc0b02f4226170034061ff7ad348536d 100644
(file)
--- a/
source3/passdb/pdb_ldap.c
+++ b/
source3/passdb/pdb_ldap.c
@@
-4337,6
+4337,7
@@
static bool ldapsam_search_firstpage(struct pdb_search *search)
if (state->current_entry == NULL) {
ldap_msgfree(state->entries);
state->entries = NULL;
+ return false;
}
return True;