From 6b933415d6c20935c98b0b3748724aa2485d82a9 Mon Sep 17 00:00:00 2001 From: thilo Date: Tue, 23 Jun 2009 00:59:47 +0000 Subject: - fix typo in previous commit to net_ip.c - Make servers send heartbeats to master servers in ipv4 as well as ipv6 if master server has both protocols git-svn-id: svn://svn.icculus.org/quake3/trunk@1578 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/net_ip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/qcommon') diff --git a/code/qcommon/net_ip.c b/code/qcommon/net_ip.c index 5647414..2cbd52b 100644 --- a/code/qcommon/net_ip.c +++ b/code/qcommon/net_ip.c @@ -285,7 +285,7 @@ static qboolean Sys_StringToSockaddr(const char *s, struct sockaddr *sadr, int s if(family == AF_UNSPEC) { // Decide here and now which protocol family to use - if((net_enabled->integer & NET_PRIOV6) + if(net_enabled->integer & NET_PRIOV6) { if(net_enabled->integer & NET_ENABLEV6) search = SearchAddrInfo(res, AF_INET6); -- cgit v1.2.3