X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2Fstatserv.c;h=7587618969950794d0eb4e4ec0dce931321bc3d2;hp=7d24826e0f137d5ddbc57b341f30c2da06ee7905;hb=a571156582fe34154568c7b42f142e56879557d3;hpb=ef96020a7ee2ee72323f043a4257d332b91ee353 diff --git a/server/statserv.c b/server/statserv.c index 7d24826..7587618 100644 --- a/server/statserv.c +++ b/server/statserv.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: statserv.c,v $ - * Revision 1.31 1995-11-17 11:09:39 adam + * Revision 1.32 1996-01-19 15:41:52 quinn + * *** empty log message *** + * + * Revision 1.31 1995/11/17 11:09:39 adam * Added new option '-c' to specify configuration name in control block. * * Revision 1.30 1995/11/01 13:54:59 quinn @@ -234,7 +237,7 @@ static void listener(IOCHAN h, int event) if (control_block.dynamic) { IOCHAN pp; - /* close our half of the listener sockets */ + /* close our half of the listener socket */ for (pp = iochan_getchan(); pp; pp = iochan_getnext(pp)) { COMSTACK l = iochan_getdata(pp);