mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
osx fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user