mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-05-29 20:34:04 +00:00
try fix
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user