summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-23 10:05:54 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-23 10:05:54 +0800
commitf0c603cf34b4c9053996913cc27a72328a7db566 (patch)
tree9e493878e4c1189f86603feac5e2b22aef3bb3da /mbbsd/admin.c
parent4654a3c8e9e2eff62c293117ae8ae5b38cb9c735 (diff)
downloadpttbbs-f0c603cf34b4c9053996913cc27a72328a7db566.tar
pttbbs-f0c603cf34b4c9053996913cc27a72328a7db566.tar.gz
pttbbs-f0c603cf34b4c9053996913cc27a72328a7db566.tar.bz2
pttbbs-f0c603cf34b4c9053996913cc27a72328a7db566.tar.lz
pttbbs-f0c603cf34b4c9053996913cc27a72328a7db566.tar.xz
pttbbs-f0c603cf34b4c9053996913cc27a72328a7db566.tar.zst
pttbbs-f0c603cf34b4c9053996913cc27a72328a7db566.zip
fix brd.firstchild error
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1818 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r--mbbsd/admin.c1
1 files changed, 1 insertions, 0 deletions
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);