From 2a72be32218ba065ed982b94854a155e88cfd105 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 2 Apr 2007 21:27:36 +0000 Subject: [PATCH] ITS#4904 fix from HEAD delta-sync modlist free --- servers/slapd/syncrepl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index ffe7323455..de124ea18c 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -1382,6 +1382,7 @@ syncrepl_message_to_op( } else { op->orm_modlist = modlist; rc = op->o_bd->be_modify( op, &rs ); + modlist = op->orm_modlist; Debug( rc ? LDAP_DEBUG_ANY : LDAP_DEBUG_SYNC, "syncrepl_message_to_op: rid %03d be_modify %s (%d)\n", si->si_rid, op->o_req_dn.bv_val, rc ); -- 2.47.2