提交 12ecb730 编写于 作者: G gaohuatao

fix bug: exec exit code is coverd

Signed-off-by: Ngaohuatao <gaohuatao@huawei.com>
上级 6eaabf3f
......@@ -153,10 +153,5 @@ int main(int argc, char **argv)
released_timeout_exit();
ret = process_signal_handle_routine(p);
if (ret != SHIM_OK) {
exit(EXIT_FAILURE);
}
exit(EXIT_SUCCESS);
return process_signal_handle_routine(p);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册