Unverified Commit 2e6347d6 by 0x0916 Committed by Stéphane Graber

fix the wrong exit status

Signed-off-by: 's avatar0x0916 <w@laoqinren.net>
parent ec9be825
...@@ -513,5 +513,5 @@ int main(int argc, char *argv[]) ...@@ -513,5 +513,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