mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Cleanup prev commit
This commit is contained in:
parent
54231dd13f
commit
35f6ef6fd6
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue