mirror of
https://github.com/urbit/shrub.git
synced 2025-01-02 09:32:29 +03:00
vere: removed unnecessary exit(1) call
Previously exit(1) was called after calling u3_king_bail() which was unnecessary, so removed it.
This commit is contained in:
parent
2b99eb2cac
commit
3407de0fd8
@ -578,7 +578,6 @@ _boothack_doom(void)
|
||||
if ( u3_nul == whu ) {
|
||||
u3l_log("boot: malformed -F ship %s\r\n", u3_Host.ops_u.fak_c);
|
||||
u3_king_bail();
|
||||
exit(1);
|
||||
}
|
||||
|
||||
bot = u3nc(c3__fake, u3k(u3t(whu)));
|
||||
|
Loading…
Reference in New Issue
Block a user