AClientConnection: Fix double exit
This commit is contained in:
parent
fd6cafaa84
commit
ac4f8fe350
Notes:
sideshowbarker
2024-07-19 13:13:27 +09:00
Author: https://github.com/rburchell Commit: https://github.com/SerenityOS/serenity/commit/ac4f8fe3506 Pull-request: https://github.com/SerenityOS/serenity/pull/322
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ bool AClientConnection::drain_messages_from_server()
|
|||
if (nread == 0) {
|
||||
dbgprintf("EOF on IPC fd\n");
|
||||
exit(1);
|
||||
exit(-1);
|
||||
return false;
|
||||
}
|
||||
ASSERT(nread == sizeof(message));
|
||||
|
|
Loading…
Add table
Reference in a new issue