mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Remove metadata diagnostic.
This commit is contained in:
parent
e6f8d33298
commit
5a45a94d68
1 changed files with 0 additions and 3 deletions
|
|
@ -542,9 +542,6 @@ static int read_config_file(const char *conf_filename)
|
|||
struct config_entry entry;
|
||||
int ret;
|
||||
|
||||
if (options.verbose)
|
||||
printf("Trying to open configuration file %s.\n", conf_filename);
|
||||
|
||||
errno = 0;
|
||||
if (config_parser_open(conf_filename, &cp) == -1) {
|
||||
if (options.verbose)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue