diff --git a/src/init.c b/src/init.c index fabf096..ee895c4 100644 --- a/src/init.c +++ b/src/init.c @@ -327,9 +327,6 @@ static int hyper_setup_pod_init(struct hyper_pod *pod) out: close(arg.ctl_pipe[1]); close(arg.ctl_pipe[0]); - if (ret < 0) { - hyper_stop_pod(pod); - } return ret; }