Commit 818651b2 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

restore: Continue restore even if sys_prctl failed

Need this fix until testing kernel get updated.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
parent 7b8dee72
......@@ -338,7 +338,6 @@ self_len_end:
if (ret) { \
write_num_n(__LINE__); \
write_num_n(ret); \
goto core_restore_end; \
} \
} while (0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment