From: havoc Date: Tue, 18 Jan 2005 01:38:44 +0000 (+0000) Subject: disabled HostCache_Test code because it's wrecking the server browser in each release... X-Git-Tag: xonotic-v0.1.0preview~5205 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ba542a0ce06c70cd61c31b61efbf000e822bdb12;p=xonotic%2Fdarkplaces.git disabled HostCache_Test code because it's wrecking the server browser in each release build git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4944 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/netconn.c b/netconn.c index f584b86c..4d696769 100755 --- 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