mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
Driver class is extending the Rules class instead of duplicate elements
This commit is contained in:
@@ -109,7 +109,6 @@ bool AuditLog::init() {
|
||||
if (m_type == ParallelAuditLogType) {
|
||||
m_writer = new AuditLogWriterParallel(this);
|
||||
}
|
||||
|
||||
if (m_type == SerialAuditLogType) {
|
||||
m_writer = new AuditLogWriterSerial(this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user