1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

simplify call

This commit is contained in:
Jeff Becker 2021-02-14 08:26:19 -05:00
parent 5cffc3b0f8
commit ad3c23ba2b
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -840,8 +840,7 @@ namespace llarp
const auto rxid = msg.m_MsgID;
if (m_ReplayFilter.emplace(rxid, m_Parent->Now()).second)
{
const llarp_buffer_t buf(msg.m_Data);
m_Parent->HandleMessage(this, buf);
m_Parent->HandleMessage(this, msg.m_Data);
if (UseMACK)
m_SendMACKs.emplace(rxid);
else