diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-05 11:08:56 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-05 11:08:56 +0800 |
commit | 7e5333c7a3427aa939b1b25785e677bb1b87a0b3 (patch) | |
tree | f6e916f31bb6327f685dfd829b3d710cc9cda76b | |
parent | 419ad167ec6a216708b61c942fc54572858a8bfb (diff) | |
download | pttbbs-7e5333c7a3427aa939b1b25785e677bb1b87a0b3.tar pttbbs-7e5333c7a3427aa939b1b25785e677bb1b87a0b3.tar.gz pttbbs-7e5333c7a3427aa939b1b25785e677bb1b87a0b3.tar.bz2 pttbbs-7e5333c7a3427aa939b1b25785e677bb1b87a0b3.tar.lz pttbbs-7e5333c7a3427aa939b1b25785e677bb1b87a0b3.tar.xz pttbbs-7e5333c7a3427aa939b1b25785e677bb1b87a0b3.tar.zst pttbbs-7e5333c7a3427aa939b1b25785e677bb1b87a0b3.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@293 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/board.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index 7da01d72..b9caf3cf 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -1,4 +1,4 @@ -/* $Id: board.c,v 1.32 2002/06/05 03:06:11 ptt Exp $ */ +/* $Id: board.c,v 1.33 2002/06/05 03:08:56 ptt Exp $ */ #include "bbs.h" #define BRC_STRLEN 15 /* Length of board name */ #define BRC_MAXSIZE 24576 @@ -659,6 +659,7 @@ void delutmpbid(int bid, userinfo_t *utmp) while (brdshm->busystate!=1 && now-brdshm->busystate_b[bid-1]>=10) sleep(1); // Ptt:有問題都是這邊沒有執行到就爛掉了 + brdshm->busystate_b[bid-1]=now; u=bcache[bid-1].u; if(u!=(void*)utmp) |