Skip to content
Snippets Groups Projects
Commit b6674a90 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Cleanup

parent e1b73eda
Branches
Tags
No related merge requests found
......@@ -102,7 +102,6 @@ main( int argc, char **argv )
}
id = be->be_entry_put( be, e );
if( id == NOID ) {
fprintf( stderr, "%s: could not add entry dn=\"%s\" (line=%d)\n",
progname, e->e_dn, lineno );
......@@ -111,7 +110,9 @@ main( int argc, char **argv )
if( continuemode ) continue;
break;
} else if ( verbose ) {
}
if ( verbose ) {
fprintf( stderr, "added: \"%s\" (%08lx)\n",
e->e_dn, (long) id );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment