mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
blind fix: I assume we need to restore ors_scope
This commit is contained in:
parent
c73520ec08
commit
371bf8f803
@ -546,6 +546,7 @@ ext_candidates(
|
|||||||
op->ors_scope = scope;
|
op->ors_scope = scope;
|
||||||
rc = bdb_dn2idl( op, locker, &mra->ma_value, ei, ids,
|
rc = bdb_dn2idl( op, locker, &mra->ma_value, ei, ids,
|
||||||
stack );
|
stack );
|
||||||
|
op->ors_scope = sc;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user