Commit 7d8ad0bc authored by Pavel Emelyanov's avatar Pavel Emelyanov

unix: Lost master socket opts restore

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 080282df
......@@ -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;
......
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