mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
ITS#6916 unique: internal ops shouldn't have user's controls
This commit is contained in:
parent
d73ce9b3ce
commit
4bd6a6d49d
1 changed files with 1 additions and 0 deletions
|
|
@ -996,6 +996,7 @@ unique_search(
|
|||
nop->ors_tlimit = SLAP_NO_LIMIT;
|
||||
nop->ors_attrs = slap_anlist_no_attrs;
|
||||
nop->ors_attrsonly = 1;
|
||||
memset( nop->o_ctrlflag, 0, sizeof( nop->o_ctrlflag ));
|
||||
|
||||
uq.ndn = &op->o_req_ndn;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue