mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 18:30:35 +03:00
Refactoring: rename evaluate to execute on actions
This commit is contained in:
@@ -40,7 +40,7 @@ bool SetVar::init(std::string *error) {
|
||||
}
|
||||
|
||||
|
||||
bool SetVar::evaluate(RuleWithActions *rule, Transaction *t) {
|
||||
bool SetVar::execute(RuleWithActions *rule, Transaction *t) {
|
||||
std::string targetValue;
|
||||
std::string resolvedPre;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user