mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
Adds support to SecAuditLogParts
This commit is contained in:
@@ -148,7 +148,7 @@ bool AuditLog::saveIfRelevant(Assay *assay) {
|
||||
return true;
|
||||
}
|
||||
|
||||
m_writer->write(assay);
|
||||
m_writer->write(assay, m_parts);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user