1
0
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:
sean
2012-06-30 00:36:15 +00:00
parent 6a0771f3b7
commit 0909f12308
5 changed files with 14 additions and 52 deletions

View File

@@ -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;