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
927629417d
commit
5129517b69
1 changed files with 2 additions and 0 deletions
|
|
@ -292,6 +292,8 @@ void glue_parent(Operation *op) {
|
|||
nop.o_req_ndn = ndn;
|
||||
nop.ora_e = e;
|
||||
|
||||
memset( nop.o_ctrlflag, 0, sizeof(nop.o_ctrlflag) );
|
||||
|
||||
nop.o_bd->bd_info = (BackendInfo *) on->on_info->oi_orig;
|
||||
syncrepl_add_glue(&nop, e);
|
||||
nop.o_bd->bd_info = (BackendInfo *) on;
|
||||
|
|
|
|||
Loading…
Reference in a new issue