Modified: trunk/darkplaces/netconn.c
===================================================================
--- trunk/darkplaces/netconn.c	2007-11-12 01:54:14 UTC (rev 7682)
+++ trunk/darkplaces/netconn.c	2007-11-12 02:07:28 UTC (rev 7683)
@@ -1222,7 +1222,7 @@
 {
 	int n;
 	int pingtime;
-	serverlist_entry_t *entry;
+	serverlist_entry_t *entry = NULL;
 
 	// search the cache for this server and update it
 	for (n = 0;n < serverlist_cachecount;n++) {

Modified: trunk/darkplaces/netconn.h
===================================================================
--- trunk/darkplaces/netconn.h	2007-11-12 01:54:14 UTC (rev 7682)
+++ trunk/darkplaces/netconn.h	2007-11-12 02:07:28 UTC (rev 7683)
@@ -275,8 +275,8 @@
 	SLIF_PROTOCOL,
 	SLIF_NUMBOTS,
 	SLIF_NUMHUMANS,
-	SLIF_COUNT,
-	SLIF_FREESLOTS
+	SLIF_FREESLOTS,
+	SLIF_COUNT
 } serverlist_infofield_t;
 
 typedef enum

