Vanilla Development Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/ntserv



Date:	Tuesday June 15, 1999 @ 20:16
Author:	unbelver

Update of /home/netrek/cvsroot/Vanilla/ntserv
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv6743

Modified Files:
	solicit.c 
Log Message:

Removing spurrious variable I forgot to take out.

--Carlos V.



****************************************

Index: Vanilla/ntserv/solicit.c
diff -u Vanilla/ntserv/solicit.c:1.7 Vanilla/ntserv/solicit.c:1.8
--- Vanilla/ntserv/solicit.c:1.7	Tue Jun 15 19:30:50 1999
+++ Vanilla/ntserv/solicit.c	Tue Jun 15 20:16:34 1999
@@ -96,7 +96,6 @@
   char packet[MAXMETABYTES];
 /*  static char prior[MAXMETABYTES];*/
   char *fixed_name;
-  int caughtnull = 0;
   char *here = packet;
   time_t now = time(NULL);
   int gamefull = 0;              /* is the game full? */