mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 11:59:45 -05:00
Fix 6c8e4f2671
This commit is contained in:
parent
cb24efd287
commit
deb0ef9f1f
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue