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

@@ -27,7 +27,7 @@ namespace modsecurity {
namespace actions {
bool SkipAfter::evaluate(RuleWithActions *rule, Transaction *transaction) {
bool SkipAfter::execute(RuleWithActions *rule, Transaction *transaction) {
ms_dbg_a(transaction, 5, "Setting skipAfter for: " + *m_skipName);
transaction->addMarker(m_skipName);
return true;