Browse Source

osx fix

pull/628/head
Jeff Becker 8 years ago
parent
commit
0c709f431f
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 2
      I2PTunnel.cpp

2
I2PTunnel.cpp

@ -569,7 +569,7 @@ namespace client @@ -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);

Loading…
Cancel
Save