Makes m_serverIpAddress a shared pointer

This commit is contained in:
Felipe Zimmerle
2019-01-22 15:18:25 -03:00
parent 8df35deadb
commit d7d5cd2a91
4 changed files with 16 additions and 14 deletions

View File

@@ -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.