From: Pierangelo Masarati Date: Sat, 8 Jan 2005 09:12:35 +0000 (+0000) Subject: cosmetic changes (the problem was not there) X-Git-Tag: OPENLDAP_REL_ENG_2_3_BP~457 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8cfda61cb44dc96a80f1da244c1979a717c3a482;p=openldap cosmetic changes (the problem was not there) --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 59619373ce..909a675557 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -1457,11 +1457,11 @@ retry_add:; assert( *modlist ); /* Delete all the old attrs */ - for ( i=0; isml_op = LDAP_MOD_DELETE; mod->sml_desc = dni.ads[i]; - mod->sml_type =mod->sml_desc->ad_cname; + mod->sml_type = mod->sml_desc->ad_cname; mod->sml_values = NULL; mod->sml_nvalues = NULL; if ( !modhead ) modhead = mod;