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 stgraber committed May 9, 2017
1 parent ec9be82 commit 2e6347d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/tools/lxc_top.c
Expand Up @@ -513,5 +513,5 @@ int main(int argc, char *argv[])
err1:
lxc_mainloop_close(&descr);
out:
exit(EXIT_FAILURE);
exit(ret);
}

0 comments on commit 2e6347d

Please sign in to comment.