diff --git a/criu/cr-restore.c b/criu/cr-restore.c index de14a716b..5bebc3d61 100644 --- a/criu/cr-restore.c +++ b/criu/cr-restore.c @@ -1117,6 +1117,9 @@ static int restore_one_zombie(CoreEntry *core) pr_info("Restoring zombie with %d code\n", exit_code); + if (prepare_fds(current)) + return -1; + if (inherit_fd_fini() < 0) return -1;