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