This commit is contained in:
Jeff Becker 2016-08-21 22:26:30 -04:00
parent 211660eb3d
commit 3f63732c31
No known key found for this signature in database
GPG key ID: AB950234D6EA286B
2 changed files with 2 additions and 2 deletions

View file

@ -140,7 +140,7 @@ namespace client
struct UDPSession
{
std::shared_ptr<i2p::client::ClientDestination> m_Destination;
i2p::client::ClientDestination * m_Destination;
boost::asio::ip::udp::socket IPSocket;
i2p::data::IdentHash Identity;
boost::asio::ip::udp::endpoint FromEndpoint;