mirror of
https://review.haiku-os.org/haiku
synced 2025-01-22 22:34:48 +01:00
Revert "SystemTimeSource: Exit loop when the port is closed"
This reverts commit c21a2c7feda5def95e3a7a91b440dc3b0cfc8ccb.
This commit is contained in:
parent
3565a24b44
commit
9b8f9f7a2e
@ -84,6 +84,6 @@ SystemTimeSource::ControlThread()
|
||||
status_t err;
|
||||
do {
|
||||
err = WaitForMessage(B_INFINITE_TIMEOUT);
|
||||
} while (err != B_BAD_PORT_ID);
|
||||
} while (err == B_OK || err == B_ERROR);
|
||||
TRACE("SystemTimeSource::ControlThread() exit\n");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user