mirror of
https://github.com/nmap/nmap.git
synced 2025-12-25 08:59:01 +00:00
Removed the log-errors option from the code, by treating it as if it was always true. This was done for the action item of o Remove Nmap's --log-errors feature and make its behavior the default. I also updated the docs/refguide.xml to reflect this change. I have not yet compiled the Dockbook.xml however.
This commit is contained in:
@@ -316,7 +316,6 @@ void NmapOps::Initialize() {
|
||||
xsl_stylesheet = NULL;
|
||||
spoof_mac_set = false;
|
||||
mass_dns = true;
|
||||
log_errors = false;
|
||||
deprecated_xml_osclass = false;
|
||||
resolve_all = 0;
|
||||
dns_servers = NULL;
|
||||
|
||||
Reference in New Issue
Block a user