Skip to content
Snippets Groups Projects
Commit 35f6ef6f authored by Howard Chu's avatar Howard Chu
Browse files

Cleanup prev commit

parent 54231dd1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment