ITS#7354 fix delta-sync mmr crash

This commit is contained in:
Howard Chu 2012-08-16 18:08:56 -07:00
parent babfce7d0f
commit 3f71f75601

View file

@ -1962,6 +1962,7 @@ drop:
}
}
slap_mods_free( newmods, 1 );
rx->rx_mods = oldmods;
}
}
return LDAP_SUCCESS;