mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 01:22:18 +03:00
Makes m_serverIpAddress a shared pointer
This commit is contained in:
@@ -400,7 +400,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