remove unused arg from fprintf (ITS#2516)

This commit is contained in:
Pierangelo Masarati 2003-05-15 12:18:04 +00:00
parent f972945131
commit 64485f5fe0

View file

@ -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 );
}