mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Expire tokens, use std::shared_ptr for I2PControlSession.
This commit is contained in:
@@ -48,7 +48,7 @@ private:
|
||||
boost::asio::io_service m_Service;
|
||||
boost::asio::ip::tcp::acceptor m_Acceptor;
|
||||
|
||||
I2PControlSession* m_Session;
|
||||
std::shared_ptr<I2PControlSession> m_Session;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user