Makes m_uri_no_query_string_decoded a shared pointer

This commit is contained in:
Felipe Zimmerle
2019-01-22 15:36:33 -03:00
parent 92f69532c4
commit 0d2abed05d
4 changed files with 10 additions and 8 deletions

View File

@@ -110,7 +110,7 @@ class RuleMessage {
bool m_saveMessage;
std::shared_ptr<std::string> m_serverIpAddress;
int m_severity;
std::string m_uriNoQueryStringDecoded;
std::shared_ptr<std::string> m_uriNoQueryStringDecoded;
std::string m_ver;
std::list<std::string> m_tags;