1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-01 20:39:02 +00:00

merging r4789:4790 from nmap-exp/soc07 -- fixing "--release_memory" option name

This commit is contained in:
kris
2007-05-29 02:27:39 +00:00
parent 82874bd788
commit ea49d9c4e2

View File

@@ -689,7 +689,7 @@ int nmap_main(int argc, char *argv[]) {
}
} else if (strcmp(long_options[option_index].name, "iflist") == 0 ) {
iflist = true;
} else if (strcmp(long_options[option_index].name, "release-memory") == 0 ) {
} else if (optcmp(long_options[option_index].name, "release-memory") == 0 ) {
o.release_memory = true;
} else if (optcmp(long_options[option_index].name, "min-parallelism") == 0 ) {
o.min_parallelism = atoi(optarg);