mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Fix 6c8e4f2671
This commit is contained in:
parent
cb24efd287
commit
deb0ef9f1f
@ -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 ) )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user