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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user