back out previous two commits

This commit is contained in:
Pierangelo Masarati 2007-08-28 23:13:29 +00:00
parent c0f7dc78f7
commit 96767fee77

View file

@ -1644,7 +1644,7 @@ syncrepl_message_to_entry(
{
Entry *e = NULL;
BerElement *ber = NULL;
Modifications tmp = { 0 };
Modifications tmp;
Modifications *mod;
Modifications **modtail = modlist;
@ -1709,7 +1709,6 @@ syncrepl_message_to_entry(
*/
if ( is_ctx && !strcasecmp( tmp.sml_type.bv_val,
slap_schema.si_ad_contextCSN->ad_cname.bv_val )) {
if ( tmp.sml_nvalues ) ber_bvarray_free( tmp.sml_nvalues );
ber_bvarray_free( tmp.sml_values );
continue;
}