From 994e19fb290ad41e625e69d98af125a02afe417a Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Fri, 21 Dec 2007 18:13:35 +0000 Subject: Actually implemented sv_http_minclients. Avoid `Q_strncpyz: overflow' messages when loading CM surfaces. Updated server README. --- source/sv_init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/sv_init.c') diff --git a/source/sv_init.c b/source/sv_init.c index fb996c5..f2c9d93 100644 --- a/source/sv_init.c +++ b/source/sv_init.c @@ -279,7 +279,8 @@ void SV_InitGame( qboolean ismvd ){ List_Init( &svs.clients ); List_Init( &svs.mvd.clients ); - List_Init( &svs.tcpClients ); + List_Init( &svs.tcp_client_list ); + List_Init( &svs.tcp_client_pool ); for( i = 0; i < sv_maxclients->integer; i++ ) { client = svs.clientpool + i; -- cgit v1.2.3