From: Howard Chu Date: Mon, 6 Feb 2006 20:39:25 +0000 (+0000) Subject: Cleanup prev commit X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~225 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=83c259a20722479149d51cdb11cc68a485abb544;p=openldap Cleanup prev commit --- diff --git a/servers/slapd/add.c b/servers/slapd/add.c index a5fa0769b0..57733a938b 100644 --- a/servers/slapd/add.c +++ b/servers/slapd/add.c @@ -645,9 +645,9 @@ int slap_add_opattrs( if ( SLAP_LASTMOD( op->o_bd ) ) { char *ptr; - timestamp.bv_val = timebuf; int gotcsn = 0; + timestamp.bv_val = timebuf; a = attr_find( op->ora_e->e_attrs, slap_schema.si_ad_entryCSN ); if ( a ) { gotcsn = 1;