mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-20 19:16:40 +03:00
Refactoring: rename evaluate to execute on actions
This commit is contained in:
@@ -49,7 +49,7 @@ bool Exec::init(std::string *error) {
|
||||
}
|
||||
|
||||
|
||||
bool Exec::evaluate(RuleWithActions *rule, Transaction *t) {
|
||||
bool Exec::execute(RuleWithActions *rule, Transaction *t) {
|
||||
ms_dbg_a(t, 8, "Running script... " + m_script);
|
||||
m_lua.run(t);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user