mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 02:10:36 +03:00
Refactoring: Splits Rule into Rule and RuleWithActions
This commit is contained in:
@@ -31,7 +31,7 @@ bool SetSID::init(std::string *error) {
|
||||
}
|
||||
|
||||
|
||||
bool SetSID::evaluate(Rule *rule, Transaction *t) {
|
||||
bool SetSID::evaluate(RuleWithActions *rule, Transaction *t) {
|
||||
std::string colNameExpanded(m_string->evaluate(t));
|
||||
ms_dbg_a(t, 8, "Session ID initiated with value: \'"
|
||||
+ colNameExpanded + "\'.");
|
||||
|
||||
Reference in New Issue
Block a user