prevent SOCKET leak in BindListenPort()
- the call to CloseSocket() is placed after the WSAGetLastError(), because a CloseSocket() can trigger an error also, which we don't want for the logging in this two cases
prevent SOCKET leak in BindListenPort() c994d2e76923Unpublished Tags None Subscribers None
Description
Details
|