mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
libcriu: add cr_errno support
Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
8cba5a16dd
commit
c7c772f93e
@@ -448,6 +448,9 @@ again:
|
||||
}
|
||||
}
|
||||
|
||||
if ((*resp)->has_cr_errno)
|
||||
saved_errno = (*resp)->cr_errno;
|
||||
|
||||
exit:
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user