actions: Removes Rule parameter from runtime execute

This commit is contained in:
Felipe Zimmerle
2020-05-18 21:33:03 -03:00
parent 9b54b8e8ae
commit 1002058705
91 changed files with 172 additions and 192 deletions

View File

@@ -28,7 +28,7 @@ namespace modsecurity {
namespace actions {
bool Log::execute(RuleWithActions *rule, Transaction *transaction) {
bool Log::execute(Transaction *transaction) {
return true;
}