Fix rules messages in the audit logs

This commit is contained in:
Felipe Zimmerle
2016-12-15 23:11:54 -03:00
parent 1218d8c845
commit c1e96d6c2b
3 changed files with 24 additions and 20 deletions

View File

@@ -308,7 +308,7 @@ class Transaction {
* of the actions: `log_data' and `msg'. These should be included on the
* auditlogs.
*/
std::list<modsecurity::RuleMessage *> m_rulesMessages;
std::list<modsecurity::RuleMessage> m_rulesMessages;
/**
* Holds the request body, in case of any.