mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Fix default parts to be logged on audit logs
This commit is contained in:
@@ -150,7 +150,7 @@ int AuditLog::removeParts(int parts, const std::string& new_parts) {
|
||||
|
||||
|
||||
bool AuditLog::setParts(const std::basic_string<char>& new_parts) {
|
||||
int parts = m_parts;
|
||||
int parts = 0;
|
||||
|
||||
PARTS_CONSTAINS('A', AAuditLogPart)
|
||||
PARTS_CONSTAINS('B', BAuditLogPart)
|
||||
|
Reference in New Issue
Block a user