mirror of
https://github.com/nmap/nmap.git
synced 2025-12-11 02:09:03 +00:00
It's not a fatal error not to have nmap-update.conf.
This commit is contained in:
@@ -734,10 +734,7 @@ int main(int argc, char *argv[])
|
|||||||
if (options.verbose)
|
if (options.verbose)
|
||||||
summarize_options();
|
summarize_options();
|
||||||
|
|
||||||
if (read_config_file(options.conf_filename) == -1) {
|
read_config_file(options.conf_filename);
|
||||||
fprintf(stderr, "Can't read config file %s.\n", options.conf_filename);
|
|
||||||
exit(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
successful_channel = try_channels(options.channels, options.num_channels);
|
successful_channel = try_channels(options.channels, options.num_channels);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user