Commit 9fd8b8a7 by 0x0916 Committed by Christian Brauner

fix the wrong exit status

Signed-off-by: 's avatar0x0916 <w@laoqinren.net>
parent 218a8306
...@@ -555,5 +555,5 @@ int main(int argc, char *argv[]) ...@@ -555,5 +555,5 @@ int main(int argc, char *argv[])
err1: err1:
lxc_mainloop_close(&descr); lxc_mainloop_close(&descr);
out: out:
exit(EXIT_FAILURE); exit(ret);
} }
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