Commit e23c9e0c authored by Pavel Emelyanov's avatar Pavel Emelyanov

inet: Report error if inet socket collect failed

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent a135b40b
......@@ -307,7 +307,7 @@ int collect_inet_sockets(void)
xfree(ii);
close(fd);
return 0;
return ret;
}
static int open_inet_sk(struct file_desc *d)
......
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