Skip to content
Snippets Groups Projects
Commit d5df8e3f authored by Howard Chu's avatar Howard Chu
Browse files

Fix paged search initialization

parent 4834e626
No related branches found
No related tags found
No related merge requests found
......@@ -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 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment