net: Remove unused interrupt from SendMessages

This commit is contained in:
fanquake 2018-07-02 10:26:47 +08:00
parent 88a15ebc8d
commit c469ecf22e
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1
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)