mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
blind fix: I assume we need to restore ors_scope
This commit is contained in:
parent
c73520ec08
commit
371bf8f803
1 changed files with 1 additions and 0 deletions
|
|
@ -546,6 +546,7 @@ ext_candidates(
|
|||
op->ors_scope = scope;
|
||||
rc = bdb_dn2idl( op, locker, &mra->ma_value, ei, ids,
|
||||
stack );
|
||||
op->ors_scope = sc;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue