commit | 21ac728498c1d529dd0abde1054703946be163da | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <marcandre.lureau@redhat.com> | Tue Feb 21 16:47:57 2023 +0400 |
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | Mon Mar 13 15:39:31 2023 +0400 |
tree | 729ac6cc5e9bb6e612f053fe66163fd81aed5a67 | |
parent | faa4ec16419c62d616fcc2dfc02d74d7fcc513d7 [diff] |
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>