1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 08:29:04 +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

@@ -321,8 +321,7 @@ class NmapOps {
int resolve_all;
char *dns_servers;
// Logging options
bool log_errors;
// If true, write <os><osclass/><osmatch/></os> as in xmloutputversion 1.03
// rather than <os><osmatch><osclass/></osmatch></os> as in 1.04 and later.
bool deprecated_xml_osclass;