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:
parent
b285c0542c
commit
2a0de579c7
@ -786,6 +786,7 @@ MessageDeliverer::_DelivererThread()
|
|||||||
} else {
|
} else {
|
||||||
// unexpected error -- probably the port is gone
|
// unexpected error -- probably the port is gone
|
||||||
portError = true;
|
portError = true;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user