X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2Fstatserv.c;h=5a71da07a36febfc150e860a72fdcbbe95635dc8;hp=2e01fbb31fc197c28fc4ad250c19b5e67e3742a7;hb=f512aa33473ae86f8e8efd8da749a82c398e87f0;hpb=10e81e043068151fd32d623ace21222ab6c91ea3 diff --git a/server/statserv.c b/server/statserv.c index 2e01fbb..5a71da0 100644 --- a/server/statserv.c +++ b/server/statserv.c @@ -6,7 +6,7 @@ * NT threaded server code by * Chas Woodfield, Fretwell Downing Informatics. * - * $Id: statserv.c,v 1.93 2003-02-17 21:23:31 adam Exp $ + * $Id: statserv.c,v 1.94 2003-02-18 21:27:53 adam Exp $ */ #include @@ -598,7 +598,7 @@ static void inetd_connection(int what) if ((assoc = create_association(chan, line))) { iochan_setdata(chan, assoc); - iochan_settimeout(chan, control_block.idle_timeout * 60); + iochan_settimeout(chan, 60); addr = cs_addrstr(line); yaz_log(LOG_LOG, "Inetd association from %s", addr ? addr : "[UNKNOWN]");