mirror of
https://github.com/nmap/nmap.git
synced 2026-09-05 18:09:38 +00:00
merging r4789:4790 from nmap-exp/soc07 -- fixing "--release_memory" option name
This commit is contained in:
parent
82874bd788
commit
ea49d9c4e2
1 changed files with 1 additions and 1 deletions
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue