1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 05:09:14 +00:00

incl nmap-os-db in windows binary distros, fix max-retries, some spellchecking

This commit is contained in:
fyodor
2006-07-02 21:34:29 +00:00
parent a97a49be7e
commit bba26da49f
11 changed files with 25 additions and 10 deletions

View File

@@ -688,7 +688,7 @@ int nmap_main(int argc, char *argv[]) {
if (l < 0) fatal("--max-scan-delay cannot be negative.");
pre_max_scan_delay = l;
} else if (optcmp(long_options[option_index].name, "max-retries") == 0) {
int pre_max_retries = atoi(optarg);
pre_max_retries = atoi(optarg);
if (pre_max_retries < 0)
fatal("max-retransmissions must be positive");
} else if (optcmp(long_options[option_index].name, "randomize-hosts") == 0