mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Makes m_clientIpAddress a shared pointer
This commit is contained in:
@@ -92,7 +92,7 @@ class RuleMessage {
|
||||
static std::string _errorLogTail(const RuleMessage *rm);
|
||||
|
||||
int m_accuracy;
|
||||
std::string m_clientIpAddress;
|
||||
std::shared_ptr<std::string> m_clientIpAddress;
|
||||
std::string m_data;
|
||||
std::string m_id;
|
||||
bool m_isDisruptive;
|
||||
|
Reference in New Issue
Block a user