mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Removes referece count from audit logs
This commit is contained in:
@@ -61,8 +61,7 @@ AuditLog::AuditLog()
|
||||
m_status(NotSetLogStatus),
|
||||
m_type(NotSetAuditLogType),
|
||||
m_relevant(""),
|
||||
m_writer(NULL),
|
||||
m_refereceCount(1) { }
|
||||
m_writer(NULL) { }
|
||||
|
||||
|
||||
AuditLog::~AuditLog() {
|
||||
|
Reference in New Issue
Block a user