mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 01:51:52 +03:00
Refactoring: Splits Rule into Rule and RuleWithActions
This commit is contained in:
@@ -31,7 +31,7 @@ bool SetENV::init(std::string *error) {
|
||||
}
|
||||
|
||||
|
||||
bool SetENV::evaluate(Rule *rule, Transaction *t) {
|
||||
bool SetENV::evaluate(RuleWithActions *rule, Transaction *t) {
|
||||
std::string colNameExpanded(m_string->evaluate(t));
|
||||
|
||||
ms_dbg_a(t, 8, "Setting envoriment variable: "
|
||||
|
||||
Reference in New Issue
Block a user