mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 02:10:36 +03:00
Makes m_serverIpAddress a shared pointer
This commit is contained in:
@@ -396,7 +396,7 @@ class Transaction : public TransactionAnchoredVariables {
|
||||
/**
|
||||
* Holds the server IP Address
|
||||
*/
|
||||
std::string m_serverIpAddress;
|
||||
std::shared_ptr<std::string> m_serverIpAddress;
|
||||
|
||||
/**
|
||||
* Holds the raw URI that was requested.
|
||||
|
||||
Reference in New Issue
Block a user