diff options
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r-- | mbbsd/mbbsd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index dcb4fd76..3d626a59 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -1,4 +1,4 @@ -/* $Id: mbbsd.c,v 1.47 2002/07/27 13:14:41 kcwu Exp $ */ +/* $Id: mbbsd.c,v 1.48 2002/08/20 17:19:11 in2 Exp $ */ #include "bbs.h" #define SOCKET_QLEN 4 @@ -167,7 +167,6 @@ u_exit(char *mode) reload_money(); auto_backup(); - save_brdbuf(); setflags(PAGER_FLAG, currutmp->pager != 1); setflags(CLOAK_FLAG, currutmp->invisible); |