Fix paged search initialization

This commit is contained in:
Howard Chu 2004-04-12 17:59:27 +00:00
parent 4834e626ff
commit d5df8e3f40

View file

@ -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 ) {