mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
remove unused arg from fprintf (ITS#2516)
This commit is contained in:
parent
f972945131
commit
64485f5fe0
1 changed files with 3 additions and 2 deletions
|
|
@ -197,8 +197,9 @@ meta_back_db_config(
|
|||
for ( tmpludp = ludp->lud_next; tmpludp; tmpludp = tmpludp->lud_next ) {
|
||||
if ( tmpludp->lud_dn != NULL && tmpludp->lud_dn[ 0 ] != '\0' ) {
|
||||
fprintf( stderr, "%s: line %d: "
|
||||
"multiple URIs must have no DN part\n",
|
||||
fname, lineno, argv[ 1 ] );
|
||||
"multiple URIs must have "
|
||||
"no DN part\n",
|
||||
fname, lineno );
|
||||
return( 1 );
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue