ITS#6916 unique: internal ops shouldn't have user's controls

This commit is contained in:
Howard Chu 2021-07-20 17:52:20 +01:00
parent d73ce9b3ce
commit 4bd6a6d49d

View File

@ -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;