mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:37:43 +00:00
AClientConnection: Fix double exit
This commit is contained in:
parent
fd6cafaa84
commit
ac4f8fe350
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ bool AClientConnection::drain_messages_from_server()
|
||||||
if (nread == 0) {
|
if (nread == 0) {
|
||||||
dbgprintf("EOF on IPC fd\n");
|
dbgprintf("EOF on IPC fd\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
exit(-1);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
ASSERT(nread == sizeof(message));
|
ASSERT(nread == sizeof(message));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue