mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
AClientConnection: Fix double exit
This commit is contained in:
committed by
Andreas Kling
parent
fd6cafaa84
commit
ac4f8fe350
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user