1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-31 04:44:13 +00:00
This commit is contained in:
Jeff Becker 2016-08-21 22:18:59 -04:00
parent 9062bf14b6
commit 0c709f431f
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -569,7 +569,7 @@ namespace client
LogPrint(eLogDebug, "UDPSesssion: HandleRecveived");
if(!ecode) {
LogPrint(eLogDebug, "UDPSession: forward ", len, "B from ", FromEndpoint);
auto dgram = m_Destination.get()->GetDatagramDestination();
auto dgram = m_Destination.get()->GetDatagramDestination().get();
if(dgram) {
LastActivity = i2p::util::GetMillisecondsSinceEpoch();
dgram->SendDatagramTo(m_Buffer, len, Identity, 0, 0);