Cleanup prev commit

This commit is contained in:
Howard Chu 2006-05-31 01:52:32 +00:00
parent 54231dd13f
commit 35f6ef6fd6

View 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