Refactoring: rename evaluate to execute on actions

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

View File

@@ -32,7 +32,7 @@ namespace actions {
namespace disruptive {
bool Drop::evaluate(RuleWithActions *rule, Transaction *transaction,
bool Drop::execute(RuleWithActions *rule, Transaction *transaction,
RuleMessage &rm) {
ms_dbg_a(transaction, 8, "Running action drop " \
"[executing deny instead of drop.]");