Removes RuleMessage from action execute signature

This commit is contained in:
Felipe Zimmerle
2019-03-15 01:35:07 -03:00
parent 12304ea36b
commit 10985f33b0
30 changed files with 45 additions and 80 deletions

View File

@@ -29,8 +29,7 @@ namespace modsecurity {
namespace actions {
bool Block::execute(RuleWithActions *rule, Transaction *transaction,
RuleMessage &rm) {
bool Block::execute(RuleWithActions *rule, Transaction *transaction) {
ms_dbg_a(transaction, 8, "Marking request as disruptive.");
return true;
}