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:
2
nmap.cc
2
nmap.cc
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user