From: Howard Chu Date: Wed, 31 May 2006 01:52:32 +0000 (+0000) Subject: Cleanup prev commit X-Git-Tag: OPENLDAP_REL_ENG_2_4_3ALPHA~9^2~190 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=35f6ef6fd6a94862ef744ebd2651efd455b436df;p=openldap Cleanup prev commit --- diff --git a/servers/slapd/slapadd.c b/servers/slapd/slapadd.c index c03724002f..6a01077dae 100644 --- a/servers/slapd/slapadd.c +++ b/servers/slapd/slapadd.c @@ -109,11 +109,12 @@ slapadd( int argc, char **argv ) /* nextline is the line number of the end of the current entry */ for( lineno=1; ldif_read_record( ldiffp, &nextline, &buf, &lmax ); lineno=nextline+1 ) { + Entry *e; if ( lineno < jumpline ) continue; - Entry *e = str2entry2( buf, checkvals ); + e = str2entry2( buf, checkvals ); /* * Initialize text buffer