From e01d79c4da7f943576b8c9118c1a807277a09e0c Mon Sep 17 00:00:00 2001 From: scw Date: Mon, 28 Jun 2004 07:42:29 +0000 Subject: Some functions in cache are never used in mbbsd. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2094 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mbbsd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mbbsd/mbbsd.c') diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 402a71c6..c202e786 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -914,7 +914,8 @@ user_login() log_usies("ENTER", fromhost); setproctitle("%s: %s", margs, cuser.userid); resolve_fcache(); - resolve_boards(); + /* resolve_boards(); */ + numboards = SHM->Bnumber; memset(&water[0], 0, sizeof(water_t) * 6); strlcpy(water[0].userid, " ¥þ³¡ ", sizeof(water[0].userid)); -- cgit v1.2.3