mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 10:44:25 +03:00
Removes RuleMessage from action execute signature
This commit is contained in:
@@ -29,8 +29,7 @@ namespace actions {
|
||||
namespace disruptive {
|
||||
|
||||
|
||||
bool Pass::execute(RuleWithActions *rule, Transaction *transaction,
|
||||
RuleMessage &rm) {
|
||||
bool Pass::execute(RuleWithActions *rule, Transaction *transaction) {
|
||||
intervention::free(&transaction->m_it);
|
||||
intervention::reset(&transaction->m_it);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user