mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 10:20:35 +03:00
actions: Removes Rule parameter from runtime execute
This commit is contained in:
@@ -29,7 +29,7 @@ namespace modsecurity {
|
||||
namespace actions {
|
||||
|
||||
|
||||
bool LogData::execute(RuleWithActions *rule, Transaction *transaction) {
|
||||
bool LogData::execute(Transaction *transaction) {
|
||||
transaction->messageGetLast()->m_data = getEvaluatedRunTimeString(transaction);
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user