Browse Source

try fix

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

2
I2PTunnel.cpp

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

Loading…
Cancel
Save