Skip to content

Commit

Permalink
fix the wrong exit status
Browse files Browse the repository at this point in the history
Signed-off-by: 0x0916 <w@laoqinren.net>
  • Loading branch information
0x0916 authored and Christian Brauner committed May 9, 2017
1 parent 218a830 commit 9fd8b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/tools/lxc_top.c
Expand Up @@ -555,5 +555,5 @@ int main(int argc, char *argv[])
err1:
lxc_mainloop_close(&descr);
out:
exit(EXIT_FAILURE);
exit(ret);
}

0 comments on commit 9fd8b8a

Please sign in to comment.