X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2Fstatserv.c;h=2f9c86c92dce4b2fc30d1065cd69b0a7619227ac;hb=475b8ce3047108dcf7a87251733299077d7001e7;hp=ac1940ba0dbec3163275b7b58550991a915acc57;hpb=044d170f0a963555486df54653cd2fdc5815928b;p=yaz-moved-to-github.git 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; } }