Refactoring: rename evaluate to execute on actions

This commit is contained in:
Felipe Zimmerle
2019-02-25 21:47:51 -03:00
parent f605359ca5
commit 55b68fdebc
170 changed files with 234 additions and 239 deletions

View File

@@ -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") {