Commit 55e1311e by Tycho Andersen

set exit status to 1 in the unknown si_code case

parent f9eff950
......@@ -341,6 +341,7 @@ static int signal_handler(int fd, uint32_t events, void *data,
break;
default:
ERROR("Unknown si_code: %d", hdlr->init_died);
hdlr->exit_status = 1;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment