Date:	Monday January 22, 2001 @ 16:26
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv3340

Modified Files:
	ChangeLog 
Log Message:
Hosed slot fix, see ChangeLog


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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.100 Vanilla/ChangeLog:1.101
--- Vanilla/ChangeLog:1.100	Wed Jan  3 16:51:37 2001
+++ Vanilla/ChangeLog	Mon Jan 22 16:26:57 2001
@@ -1,3 +1,12 @@
+Tue Jan 23 08:57:40 2001  James Cameron  <quozl at us.netrek.org>
+
+	* ntserv/daemonII.c (udplayers): add a freeslot() call to cope
+	with a hosed slot problem on continuum today.  Not sure of the
+	cause, but a slot was in POUTFIT with a p_process of zero, a
+	p_whydead of KWINNER and a p_ghostbust of 1.8 hours.  The code did
+	not handle this and kept the slot alive.  Removed a fflush(stdout)
+	that had been inserted for debugging.
+
 Wed Jan  3 01:11:36 2001  Carlos Y. Villalpando  <unbelver at us.netrek.org>
 
 	* ntserv/ntscmds.c (do_nodock): Added the ability for a starbase
@@ -1091,4 +1100,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.100 2001/01/03 22:51:37 unbelver Exp $
+	$Id: ChangeLog,v 1.101 2001/01/22 22:26:57 cameron Exp $