From 6f2577984a4b90d7ef4c4565b619927cd45c9132 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 27 Feb 1998 14:04:55 +0000 Subject: [PATCH] Fixed bug in statserv_remove. --- server/statserv.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/server/statserv.c b/server/statserv.c index ac1940b..2f9c86c 100644 --- a/server/statserv.c +++ b/server/statserv.c @@ -7,7 +7,10 @@ * Chas Woodfield, Fretwell Downing Datasystems. * * $Log: statserv.c,v $ - * Revision 1.48 1998-02-11 11:53:36 adam + * Revision 1.49 1998-02-27 14:04:55 adam + * Fixed bug in statserv_remove. + * + * Revision 1.48 1998/02/11 11:53:36 adam * Changed code so that it compiles as C++. * * Revision 1.47 1998/02/10 10:28:57 adam @@ -311,6 +314,7 @@ void statserv_remove(IOCHAN pIOChannel) { /* We need to look at another thread */ pNextThread = pCurrentThread->pNext; + pPrevThread = pCurrentThread; } } -- 1.7.10.4