diff options
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r-- | mbbsd/mbbsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 91800b4c..dcb4fd76 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -1,4 +1,4 @@ -/* $Id: mbbsd.c,v 1.46 2002/07/27 11:47:06 kcwu Exp $ */ +/* $Id: mbbsd.c,v 1.47 2002/07/27 13:14:41 kcwu Exp $ */ #include "bbs.h" #define SOCKET_QLEN 4 @@ -408,7 +408,7 @@ write_request(int sig) currutmp->mode = 0; currutmp->chatid[0] = 2; - currstat = XMODE; + currstat = HIT; do { bell(); |