From: Howard Chu Date: Fri, 17 Aug 2012 01:08:56 +0000 (-0700) Subject: ITS#7354 fix delta-sync mmr crash X-Git-Tag: OPENLDAP_REL_ENG_2_5_0ALPHA~870 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f71f756013a61b6a3cf7c529e1ec42675f5e040;p=thirdparty%2Fopenldap.git ITS#7354 fix delta-sync mmr crash --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 76ba66ebb7..7c07b90873 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -1962,6 +1962,7 @@ drop: } } slap_mods_free( newmods, 1 ); + rx->rx_mods = oldmods; } } return LDAP_SUCCESS;