mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
ITS#9990 Preserve callbacks added already
This commit is contained in:
parent
b220ba1077
commit
fa64703e6c
1 changed files with 2 additions and 0 deletions
|
|
@ -291,6 +291,8 @@ old_good:
|
|||
} else {
|
||||
slap_callback **sc;
|
||||
|
||||
cb.sc_next = op->o_callback;
|
||||
|
||||
op->o_tag = LDAP_REQ_MODIFY;
|
||||
op->o_callback = &cb;
|
||||
op->orm_modlist = qpw->rs_mods;
|
||||
|
|
|
|||
Loading…
Reference in a new issue