mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
net: Remove unused interrupt from SendMessages
This commit is contained in:
parent
88a15ebc8d
commit
c469ecf22e
5 changed files with 20 additions and 20 deletions
|
|
@ -2042,7 +2042,7 @@ void CConnman::ThreadMessageHandler()
|
|||
// Send messages
|
||||
{
|
||||
LOCK(pnode->cs_sendProcessing);
|
||||
m_msgproc->SendMessages(pnode, flagInterruptMsgProc);
|
||||
m_msgproc->SendMessages(pnode);
|
||||
}
|
||||
|
||||
if (flagInterruptMsgProc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue