summaryrefslogtreecommitdiffstats
path: root/mbbsd/io.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-14 22:48:01 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-14 22:48:01 +0800
commitadb168b6c309a29331d0f9e8c5156d3c73b24392 (patch)
tree02551afd0d68cd2b452aaf0b2487791571e40bce /mbbsd/io.c
parentc3a75ffa520157aa9c4de4bf57396da14028c445 (diff)
downloadpttbbs-adb168b6c309a29331d0f9e8c5156d3c73b24392.tar
pttbbs-adb168b6c309a29331d0f9e8c5156d3c73b24392.tar.gz
pttbbs-adb168b6c309a29331d0f9e8c5156d3c73b24392.tar.bz2
pttbbs-adb168b6c309a29331d0f9e8c5156d3c73b24392.tar.lz
pttbbs-adb168b6c309a29331d0f9e8c5156d3c73b24392.tar.xz
pttbbs-adb168b6c309a29331d0f9e8c5156d3c73b24392.tar.zst
pttbbs-adb168b6c309a29331d0f9e8c5156d3c73b24392.zip
fix idle time
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@167 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/io.c')
-rw-r--r--mbbsd/io.c4
1 files changed, 2 insertions, 2 deletions
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 <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -184,7 +184,7 @@ static int dogetch() {
}
else
{
- currutmp->lastact = now - IDLE_TIMEOUT - 10;
+ currutmp->lastact = anti_robot;
}
}
return inbuf[icurrchar++];