ITS#9990 Preserve callbacks added already

This commit is contained in:
Ondřej Kuzník 2023-02-01 11:41:36 +00:00
parent b220ba1077
commit fa64703e6c

View file

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