[Date Prev][Date Next] [Chronological] [Thread] [Top]

Wrong fprintf in back-meta (ITS#2516)



Full_Name: Hallvard B. Furuseth
Version: HEAD
OS: 
URL: 
Submission from: (NULL) (129.240.186.42)


back-meta/config.c:meta_back_db_config() contains the statement

	fprintf( stderr, "%s: line %d: "
			"multiple URIs must have no DN part\n",
		fname, lineno, argv[ 1 ] );

There is no format specifier to print the last argument.