Missing loop exit in case of message sending failure. This could cause a

busy loop of the MessageDeliverer when the port was deleted while there
were still messages to send.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13489 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-07-06 11:16:57 +00:00
parent b285c0542c
commit 2a0de579c7

View File

@ -786,6 +786,7 @@ MessageDeliverer::_DelivererThread()
} else {
// unexpected error -- probably the port is gone
portError = true;
break;
}
}