mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 01:22:18 +03:00
Removes RuleMessage from action execute signature
This commit is contained in:
@@ -78,10 +78,6 @@ class Action {
|
||||
virtual std::string execute(const std::string &exp,
|
||||
Transaction *transaction);
|
||||
virtual bool execute(RuleWithActions *rule, Transaction *transaction);
|
||||
virtual bool execute(RuleWithActions *rule, Transaction *transaction,
|
||||
RuleMessage &ruleMessage) {
|
||||
return execute(rule, transaction);
|
||||
}
|
||||
|
||||
/**
|
||||
* This method is meant to be used by transformations — a particular
|
||||
|
||||
Reference in New Issue
Block a user