mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix paged search initialization
This commit is contained in:
parent
4834e626ff
commit
d5df8e3f40
1 changed files with 1 additions and 1 deletions
|
|
@ -753,7 +753,7 @@ dn2entry_retry:
|
|||
|
||||
if ( get_pagedresults(sop) ) {
|
||||
if ( sop->o_pagedresults_state.ps_cookie == 0 ) {
|
||||
id = 0;
|
||||
id = bdb_idl_first( candidates, &cursor );
|
||||
|
||||
} else {
|
||||
if ( sop->o_pagedresults_size == 0 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue