Skip to content
Snippets Groups Projects
Commit 75e3cac8 authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

Fix 6c8e4f26

parent 69f84ed6
No related branches found
No related tags found
No related merge requests found
......@@ -313,6 +313,7 @@ mdb_search( Operation *op, SlapReply *rs )
ltid = moi->moi_txn;
isc.mt = ltid;
isc.mc = NULL;
isc.scopes = scopes;
if ( op->ors_deref & LDAP_DEREF_FINDING ) {
MDB_IDL_ZERO(candidates);
......@@ -552,8 +553,6 @@ dn2entry_retry:
goto loop_begin;
}
isc.scopes = scopes;
for ( id = mdb_idl_first( candidates, &cursor );
id != NOID ; id = mdb_idl_next( candidates, &cursor ) )
{
......
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