]> git.sur5r.net Git - openldap/commitdiff
Cleanup prev commit
authorHoward Chu <hyc@openldap.org>
Wed, 31 May 2006 01:52:32 +0000 (01:52 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 31 May 2006 01:52:32 +0000 (01:52 +0000)
servers/slapd/slapadd.c

index c03724002f8afc084dec626e8889184d1c3c933d..6a01077dae327813f45dcb482c4aafadb0acf54b 100644 (file)
@@ -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