diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-05 10:51:48 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-05 10:51:48 +0800 |
commit | cc96993589cd6de2f08e7ad4c5c66cbf1bb447fa (patch) | |
tree | 65a2d153b742f95aba30968a2ab7ce8a2cdb2cbd /mbbsd/board.c | |
parent | fcb4ca800df95b25e65ad7cb8d9cd04c89be4409 (diff) | |
download | pttbbs-cc96993589cd6de2f08e7ad4c5c66cbf1bb447fa.tar pttbbs-cc96993589cd6de2f08e7ad4c5c66cbf1bb447fa.tar.gz pttbbs-cc96993589cd6de2f08e7ad4c5c66cbf1bb447fa.tar.bz2 pttbbs-cc96993589cd6de2f08e7ad4c5c66cbf1bb447fa.tar.lz pttbbs-cc96993589cd6de2f08e7ad4c5c66cbf1bb447fa.tar.xz pttbbs-cc96993589cd6de2f08e7ad4c5c66cbf1bb447fa.tar.zst pttbbs-cc96993589cd6de2f08e7ad4c5c66cbf1bb447fa.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@291 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r-- | mbbsd/board.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index 75503b23..92a6c6e9 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -1,4 +1,4 @@ -/* $Id: board.c,v 1.30 2002/06/05 02:42:29 ptt Exp $ */ +/* $Id: board.c,v 1.31 2002/06/05 02:51:48 ptt Exp $ */ #include "bbs.h" #define BRC_STRLEN 15 /* Length of board name */ #define BRC_MAXSIZE 24576 @@ -656,7 +656,8 @@ static void dozap(int num){ void delutmpbid(int bid, userinfo_t *utmp) { userinfo_t *u; - if (brdshm->busystate!=1 && now-brdshm->busystate_b[bid-1]>=10) + //if (brdshm->busystate!=1 && now-brdshm->busystate_b[bid-1]>=10) + // Ptt:有問題都是這邊沒有執行到就爛掉了 { brdshm->busystate_b[bid-1]=now; u=bcache[bid-1].u; |