From ba542a0ce06c70cd61c31b61efbf000e822bdb12 Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 18 Jan 2005 01:38:44 +0000 Subject: [PATCH] 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 --- netconn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2