]> git.proxmox.com Git - mirror_qemu.git/commit - net/slirp.c
slirp: unregister the win32 SOCKET
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 21 Feb 2023 12:47:57 +0000 (16:47 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 13 Mar 2023 11:39:31 +0000 (15:39 +0400)
commit21ac728498c1d529dd0abde1054703946be163da
tree729ac6cc5e9bb6e612f053fe66163fd81aed5a67
parentfaa4ec16419c62d616fcc2dfc02d74d7fcc513d7
slirp: unregister the win32 SOCKET

Presumably, this is what should happen when the SOCKET is to be removed.
(it probably worked until now because closesocket() does it implicitly,
but we never now how the slirp library could use the SOCKET later)

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Message-Id: <20230221124802.4103554-13-marcandre.lureau@redhat.com>
net/slirp.c