fix the wrong exit status

Signed-off-by: 0x0916 <w@laoqinren.net>
This commit is contained in:
0x0916 2017-05-08 21:06:21 +08:00 committed by Christian Brauner
parent 218a8306c2
commit 9fd8b8a785

View File

@ -555,5 +555,5 @@ int main(int argc, char *argv[])
err1:
lxc_mainloop_close(&descr);
out:
exit(EXIT_FAILURE);
exit(ret);
}