Refactoring: rename evaluate to execute on actions

This commit is contained in:
Felipe Zimmerle
2019-02-25 21:47:51 -03:00
parent 23710f9bfb
commit b29cb45df0
168 changed files with 229 additions and 237 deletions

View File

@@ -31,7 +31,7 @@ bool SetSID::init(std::string *error) {
}
bool SetSID::evaluate(RuleWithActions *rule, Transaction *t) {
bool SetSID::execute(RuleWithActions *rule, Transaction *t) {
std::string colNameExpanded(m_string->evaluate(t));
ms_dbg_a(t, 8, "Session ID initiated with value: \'"
+ colNameExpanded + "\'.");