Changes the saving selection for the audit logs

This commit is contained in:
Felipe Zimmerle
2016-12-20 09:23:57 -03:00
parent 10cdf8fed9
commit bbb61d560c
9 changed files with 28 additions and 46 deletions

View File

@@ -47,6 +47,7 @@ class RuleMessage {
m_maturity(rule->m_maturity),
m_rule(rule),
m_saveMessage(false),
m_noAuditLog(false),
m_match(std::string(""))
{ }
@@ -70,6 +71,7 @@ class RuleMessage {
std::list<std::string> m_tags;
std::list<std::string> m_server_logs;
bool m_noAuditLog;
Rule *m_rule;
bool m_saveMessage;
};