mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 18:05:28 +03:00
Fix rules `messages' on the auditlog
This commit is contained in:
@@ -38,7 +38,7 @@ Rev::Rev(std::string action)
|
||||
|
||||
|
||||
bool Rev::evaluate(Rule *rule, Transaction *transaction) {
|
||||
rule->rev = m_rev;
|
||||
rule->m_rev = m_rev;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user