From f0c603cf34b4c9053996913cc27a72328a7db566 Mon Sep 17 00:00:00 2001 From: ptt Date: Fri, 23 Apr 2004 02:05:54 +0000 Subject: fix brd.firstchild error git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1818 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/admin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mbbsd/admin.c') diff --git a/mbbsd/admin.c b/mbbsd/admin.c index f6d35a6c..53140e27 100644 --- a/mbbsd/admin.c +++ b/mbbsd/admin.c @@ -705,6 +705,7 @@ m_newbrd(int recover) } add_board_record(&newboard); + getbcache(class_bid)->childcount = 0; pressanykey(); setup_man(&newboard); -- cgit v1.2.3