2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

show: Fixup nit left after merging

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
Cyrill Gorcunov
2012-01-13 21:42:18 +04:00
parent 1c96c5cff0
commit 53d75ad13c

View File

@@ -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.
*/
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);