Update llarp/iwp/session.cpp

return

Co-authored-by: Thomas Winget <tewinget@gmail.com>
pull/1907/head
majestrate 2 years ago committed by Jeff
parent 26c8063fc9
commit 238c33f565
No known key found for this signature in database
GPG Key ID: 025C02EE3A092F2D

@ -128,10 +128,12 @@ namespace llarp
if (not msg.BEncode(&buf))
{
LogError("failed to encode LIM for ", m_RemoteAddr);
return;
}
if (not SendMessageBuffer(std::move(data), h))
{
LogError("failed to send LIM to ", m_RemoteAddr);
return;
}
LogTrace("sent LIM to ", m_RemoteAddr);
}

Loading…
Cancel
Save