summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-08-21 01:19:11 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-08-21 01:19:11 +0800
commit671f4230e66648af769f0c210c61e6387c1ef2ca (patch)
treebb9c1f1384d55a872e7494f0f9870b7af9ca62ed /mbbsd/mbbsd.c
parent58aa98da6e9f48549e503414b31dfd8283dc63cf (diff)
downloadpttbbs-671f4230e66648af769f0c210c61e6387c1ef2ca.tar
pttbbs-671f4230e66648af769f0c210c61e6387c1ef2ca.tar.gz
pttbbs-671f4230e66648af769f0c210c61e6387c1ef2ca.tar.bz2
pttbbs-671f4230e66648af769f0c210c61e6387c1ef2ca.tar.lz
pttbbs-671f4230e66648af769f0c210c61e6387c1ef2ca.tar.xz
pttbbs-671f4230e66648af769f0c210c61e6387c1ef2ca.tar.zst
pttbbs-671f4230e66648af769f0c210c61e6387c1ef2ca.zip
(3rd)smaller memory use
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@486 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c3
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);