mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-15 17:12:14 +03:00
Adapted AuditLog based on code check hints
This commit is contained in:
@@ -207,7 +207,7 @@ class AuditLog {
|
||||
AuditLogType m_type = NotSetAuditLogType;
|
||||
std::string m_relevant = std::string("");
|
||||
|
||||
audit_log::writer::Writer *m_writer = NULL;
|
||||
audit_log::writer::Writer *m_writer = nullptr;
|
||||
bool m_ctlAuditEngineActive = false; // rules have at least one action On or RelevantOnly
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user