simplify call

pull/1535/head
Jeff Becker 3 years ago
parent 5cffc3b0f8
commit ad3c23ba2b
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -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

Loading…
Cancel
Save