Commit 53d75ad1 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

show: Fixup nit left after merging

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent 1c96c5cf
...@@ -468,7 +468,7 @@ static int cr_show_all(unsigned long pid, struct cr_options *opts) ...@@ -468,7 +468,7 @@ static int cr_show_all(unsigned long pid, struct cr_options *opts)
* time here, but this saves us from code duplication. * time here, but this saves us from code duplication.
*/ */
lseek(cr_fdset->fds[CR_FD_PSTREE], MAGIC_OFFSET, SEEK_SET); lseek(cr_fdset->fds[CR_FD_PSTREE], MAGIC_OFFSET, SEEK_SET);
show_pstree(cr_fdset->fds[CR_FD_PSTREE]); show_pstree(cr_fdset->fds[CR_FD_PSTREE], NULL);
close_cr_fdset(&cr_fdset); close_cr_fdset(&cr_fdset);
......
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