mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-03-13 22:22:13 +00:00
IOQ3 commit 2256
This commit is contained in:
parent
6f073baf1d
commit
da9f8c8dc0
1 changed files with 1 additions and 1 deletions
|
@ -1533,7 +1533,7 @@ void NET_Config( qboolean enableNetworking ) {
|
|||
ip_socket = INVALID_SOCKET;
|
||||
}
|
||||
|
||||
if(multicast6_socket)
|
||||
if(multicast6_socket != INVALID_SOCKET)
|
||||
{
|
||||
if(multicast6_socket != ip6_socket)
|
||||
closesocket(multicast6_socket);
|
||||
|
|
Loading…
Reference in a new issue