net: Remove unused interrupt from SendMessages

This commit is contained in:
fanquake
2018-07-02 10:26:47 +08:00
parent 88a15ebc8d
commit c469ecf22e
5 changed files with 20 additions and 20 deletions

View File

@@ -2042,7 +2042,7 @@ void CConnman::ThreadMessageHandler()
// Send messages
{
LOCK(pnode->cs_sendProcessing);
m_msgproc->SendMessages(pnode, flagInterruptMsgProc);
m_msgproc->SendMessages(pnode);
}
if (flagInterruptMsgProc)