IOQ3 commit 2256

This commit is contained in:
Richard Allen 2012-10-04 14:32:01 +00:00
parent 6f073baf1d
commit da9f8c8dc0

View file

@ -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);