mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 18:05:28 +03:00
actions: Removes Rule parameter from runtime execute
This commit is contained in:
@@ -28,7 +28,7 @@ namespace modsecurity {
|
||||
namespace actions {
|
||||
|
||||
|
||||
bool Log::execute(RuleWithActions *rule, Transaction *transaction) {
|
||||
bool Log::execute(Transaction *transaction) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user