X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fseshigh.c;h=823fc2bf4929e6d5f87f9d3a47febf967bba6af8;hb=ec2de5fe77b958d7dd00f8f0b030de368efe3619;hp=aaf0618b16e51a58d35c66378e0239db9c6dd063;hpb=6cdb773ed83a2bd43d07bcf60b2f20ec71209838;p=yaz-moved-to-github.git diff --git a/src/seshigh.c b/src/seshigh.c index aaf0618..823fc2b 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -2158,7 +2158,7 @@ static Z_APDU *process_initRequest(association *assoc, request *reqb) yaz_log(log_requestdetail, "Config: %s", cb->configname); - iochan_settimeout(assoc->client_chan, cb->idle_timeout * 60); + iochan_settimeout(assoc->client_chan, cb->idle_timeout); /* we have a backend control block, so call that init function */ if (!(binitres = (*cb->bend_init)(assoc->init)))