]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
disabled HostCache_Test code because it's wrecking the server browser in each release...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 18 Jan 2005 01:38:44 +0000 (01:38 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 18 Jan 2005 01:38:44 +0000 (01:38 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4944 d7cf8633-e32d-0410-b094-e92efae38249

netconn.c

index f584b86c7006a34f3eb028885158024bfc1f68d4..4d6967693f0a25fa5752638e8595016831d3e8fb 100755 (executable)
--- a/netconn.c
+++ b/netconn.c
@@ -292,7 +292,7 @@ void HostCache_ResetMasks(void)
        memset( &hostcache_ormasks, 0, sizeof( hostcache_ormasks ) );
 }
 
-#if 1
+#if 0
 static void _HostCache_Test(void)
 {
        int i;
@@ -320,7 +320,7 @@ void HostCache_QueryList(void)
        hostcache_consoleoutput = false;
        NetConn_QueryMasters();
        
-       _HostCache_Test(); 
+       //_HostCache_Test(); 
 }
 
 // rest