From adb168b6c309a29331d0f9e8c5156d3c73b24392 Mon Sep 17 00:00:00 2001 From: ptt Date: Tue, 14 May 2002 14:48:01 +0000 Subject: fix idle time git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@167 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/io.c b/mbbsd/io.c index d2219b64..b6c67825 100644 --- a/mbbsd/io.c +++ b/mbbsd/io.c @@ -1,4 +1,4 @@ -/* $Id: io.c,v 1.11 2002/05/13 09:16:44 ptt Exp $ */ +/* $Id: io.c,v 1.12 2002/05/14 14:48:01 ptt Exp $ */ #include #include #include @@ -184,7 +184,7 @@ static int dogetch() { } else { - currutmp->lastact = now - IDLE_TIMEOUT - 10; + currutmp->lastact = anti_robot; } } return inbuf[icurrchar++]; -- cgit v1.2.3