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:
@@ -390,7 +390,7 @@ class Transaction : public TransactionAnchoredVariables {
|
||||
/**
|
||||
* Holds the client IP address.
|
||||
*/
|
||||
std::string m_clientIpAddress;
|
||||
std::shared_ptr<std::string> m_clientIpAddress;
|
||||
|
||||
/**
|
||||
* Holds the HTTP version: 1.2, 2.0, 3.0 and so on....
|
||||
|
Reference in New Issue
Block a user