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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user