mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#4904 fix delta-sync modlist free
This commit is contained in:
parent
2fa94d3f7e
commit
64000c5fc7
@ -1499,6 +1499,7 @@ syncrepl_message_to_op(
|
||||
op->orm_modlist = modlist;
|
||||
op->o_bd = si->si_wbe;
|
||||
rc = op->o_bd->be_modify( op, &rs );
|
||||
modlist = op->orm_modlist;
|
||||
Debug( rc ? LDAP_DEBUG_ANY : LDAP_DEBUG_SYNC,
|
||||
"syncrepl_message_to_op: %s be_modify %s (%d)\n",
|
||||
si->si_ridtxt, op->o_req_dn.bv_val, rc );
|
||||
|
Loading…
Reference in New Issue
Block a user