mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
osx fix
This commit is contained in:
parent
9062bf14b6
commit
0c709f431f
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ namespace client
|
||||||
LogPrint(eLogDebug, "UDPSesssion: HandleRecveived");
|
LogPrint(eLogDebug, "UDPSesssion: HandleRecveived");
|
||||||
if(!ecode) {
|
if(!ecode) {
|
||||||
LogPrint(eLogDebug, "UDPSession: forward ", len, "B from ", FromEndpoint);
|
LogPrint(eLogDebug, "UDPSession: forward ", len, "B from ", FromEndpoint);
|
||||||
auto dgram = m_Destination.get()->GetDatagramDestination();
|
auto dgram = m_Destination.get()->GetDatagramDestination().get();
|
||||||
if(dgram) {
|
if(dgram) {
|
||||||
LastActivity = i2p::util::GetMillisecondsSinceEpoch();
|
LastActivity = i2p::util::GetMillisecondsSinceEpoch();
|
||||||
dgram->SendDatagramTo(m_Buffer, len, Identity, 0, 0);
|
dgram->SendDatagramTo(m_Buffer, len, Identity, 0, 0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue