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:
Bradley 2022-07-29 11:03:25 -05:00
parent 2b99eb2cac
commit 3407de0fd8

View File

@ -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)));