1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 20:09:02 +00:00

Rename o.resolve_all to o.always_resolve

This is the flag for the -R option. "always" is more appropriate than
"all," since "resolveall.nse" does something different, and there is a
"resolve_all" function that does that thing as well, unrelated to the -R
option.
This commit is contained in:
dmiller
2017-12-06 04:17:04 +00:00
parent a51a607abc
commit d9b66b20a3
5 changed files with 7 additions and 7 deletions

View File

@@ -363,7 +363,7 @@ void NmapOps::Initialize() {
spoof_mac_set = false;
mass_dns = true;
deprecated_xml_osclass = false;
resolve_all = 0;
always_resolve = false;
dns_servers = NULL;
implicitARPPing = true;
numhosts_scanned = 0;