mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 14:53:13 -05:00
ITS#10440 slapo-retcode: do not propagate request controls to internal ops
This commit is contained in:
parent
04ebe9ab77
commit
813cf829e4
1 changed files with 1 additions and 0 deletions
|
|
@ -253,6 +253,7 @@ retcode_op_internal( Operation *op, SlapReply *rs )
|
|||
op2.ors_limit = NULL;
|
||||
op2.ors_attrsonly = 0;
|
||||
op2.ors_attrs = slap_anlist_all_attributes;
|
||||
memset( op2.o_ctrlflag, 0, sizeof(op2.o_ctrlflag) );
|
||||
|
||||
ber_str2bv_x( "(objectClass=errAbsObject)",
|
||||
STRLENOF( "(objectClass=errAbsObject)" ),
|
||||
|
|
|
|||
Loading…
Reference in a new issue