mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 04:39:03 +00:00
Remove the right diagnostic.
This commit is contained in:
@@ -541,6 +541,9 @@ static int read_config_file(const char *conf_filename)
|
|||||||
struct config_entry entry;
|
struct config_entry entry;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
if (options.verbose)
|
||||||
|
printf("Trying to open configuration file %s.\n", conf_filename);
|
||||||
|
|
||||||
errno = 0;
|
errno = 0;
|
||||||
if (config_parser_open(conf_filename, &cp) == -1) {
|
if (config_parser_open(conf_filename, &cp) == -1) {
|
||||||
if (options.verbose)
|
if (options.verbose)
|
||||||
|
|||||||
Reference in New Issue
Block a user