1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00

It's not a fatal error not to have nmap-update.conf.

This commit is contained in:
david
2011-12-19 22:41:44 +00:00
parent 6bdce5cfd6
commit 8a2b0d6196

View File

@@ -734,10 +734,7 @@ int main(int argc, char *argv[])
if (options.verbose)
summarize_options();
if (read_config_file(options.conf_filename) == -1) {
fprintf(stderr, "Can't read config file %s.\n", options.conf_filename);
exit(1);
}
read_config_file(options.conf_filename);
successful_channel = try_channels(options.channels, options.num_channels);