mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-23 05:47:17 +01:00
try fix
This commit is contained in:
parent
28627a81dc
commit
72974c85c8
|
@ -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…
Reference in a new issue