mirror of https://gitee.com/openkylin/qemu.git
sheepdog: don't leak socket file descriptor upon connection failure
Signed-off-by: Jim Meyering <meyering@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
0d07fe47d4
commit
a7e47d4bfc
|
@ -485,6 +485,7 @@ static int connect_to_sdog(const char *addr, const char *port)
|
|||
if (errno == EINTR) {
|
||||
goto reconnect;
|
||||
}
|
||||
close(fd);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue