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

unix: Lost master socket opts restore

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-10-24 22:12:57 +04:00
parent 080282df7c
commit 7d8ad0bc47

View File

@@ -610,6 +610,9 @@ static int open_unixsk_pair_master(struct unix_sk_info *ui)
if (rst_file_params(sk[0], ui->ue->fown, ui->ue->flags))
return -1;
if (restore_socket_opts(sk[0], ui->ue->opts))
return -1;
if (shutdown_unix_sk(sk[0], ui))
return -1;