mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 09:37:39 +00:00
fix the wrong exit status
Signed-off-by: 0x0916 <w@laoqinren.net>
This commit is contained in:
parent
218a8306c2
commit
9fd8b8a785
@ -555,5 +555,5 @@ int main(int argc, char *argv[])
|
||||
err1:
|
||||
lxc_mainloop_close(&descr);
|
||||
out:
|
||||
exit(EXIT_FAILURE);
|
||||
exit(ret);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user