mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-28 12:36:47 +00:00
crtools: Fix lost magic arg from print
Signed-off-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
parent
935c8e75f0
commit
a76922ebc0
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ static int cr_parse_file(struct cr_options *opts)
|
|||
show_unixsk(opts->show_dump_file, fd, true);
|
||||
break;
|
||||
default:
|
||||
pr_err("Unknown magic %x on %s\n", opts->show_dump_file);
|
||||
pr_err("Unknown magic %x on %s\n", magic, opts->show_dump_file);
|
||||
goto err;
|
||||
}
|
||||
ret = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue