2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

crtools: Keep cr_dump_task's post-dump ret code

Broken by 09b7b57c.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2013-12-13 14:32:18 +04:00
parent b11f24fd5d
commit 5535e44dac
2 changed files with 2 additions and 2 deletions

View File

@@ -313,7 +313,7 @@ int main(int argc, char *argv[])
if (!strcmp(argv[optind], "dump")) {
if (!tree_id)
goto opt_pid_missing;
return cr_dump_tasks(tree_id) != 0;
return cr_dump_tasks(tree_id);
}
if (!strcmp(argv[optind], "pre-dump")) {