From 8ed4af9cd3b04fe2a7f8c9932410cbb5ef5a7ad4 Mon Sep 17 00:00:00 2001 From: ptt Date: Thu, 13 May 2004 14:20:02 +0000 Subject: fix one error condition when open news board git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1977 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/cache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mbbsd') diff --git a/mbbsd/cache.c b/mbbsd/cache.c index db859000..842cedad 100644 --- a/mbbsd/cache.c +++ b/mbbsd/cache.c @@ -568,6 +568,7 @@ void addbrd_touchcache(void) SHM->Bnumber++; numboards = SHM->Bnumber; reset_board(numboards); + sort_bcache(); } void -- cgit v1.2.3