mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 18:05:28 +03:00
Refactoring: rename evaluate to execute on actions
This commit is contained in:
@@ -54,7 +54,7 @@ bool InitCol::init(std::string *error) {
|
||||
}
|
||||
|
||||
|
||||
bool InitCol::evaluate(RuleWithActions *rule, Transaction *t) {
|
||||
bool InitCol::execute(RuleWithActions *rule, Transaction *t) {
|
||||
std::string collectionName(m_string->evaluate(t));
|
||||
|
||||
if (m_collection_key == "ip") {
|
||||
|
||||
Reference in New Issue
Block a user