mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
use shared ClientDestination
This commit is contained in:
@@ -174,7 +174,9 @@ namespace client
|
||||
private:
|
||||
|
||||
void PersistTemporaryKeys ();
|
||||
|
||||
std::shared_ptr<ClientDestination> GetSharedFromThis ()
|
||||
{ return std::static_pointer_cast<ClientDestination>(shared_from_this ()); }
|
||||
|
||||
private:
|
||||
|
||||
i2p::data::PrivateKeys m_Keys;
|
||||
|
||||
Reference in New Issue
Block a user