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

inet: Report error if inet socket collect failed

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-07-01 06:28:35 +04:00
parent a135b40ba2
commit e23c9e0cda

View File

@@ -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)