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