summaryrefslogtreecommitdiffstats
path: root/util/showboard.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-14 01:22:24 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-14 01:22:24 +0800
commitb38ff4cfb29e0c563be48ba20631b29826359fe1 (patch)
treede8bc15801632b2ee434474cc330076275def368 /util/showboard.c
parent9bb2b461450f6b953032aac4e57238cdff4e296a (diff)
downloadpttbbs-b38ff4cfb29e0c563be48ba20631b29826359fe1.tar
pttbbs-b38ff4cfb29e0c563be48ba20631b29826359fe1.tar.gz
pttbbs-b38ff4cfb29e0c563be48ba20631b29826359fe1.tar.bz2
pttbbs-b38ff4cfb29e0c563be48ba20631b29826359fe1.tar.lz
pttbbs-b38ff4cfb29e0c563be48ba20631b29826359fe1.tar.xz
pttbbs-b38ff4cfb29e0c563be48ba20631b29826359fe1.tar.zst
pttbbs-b38ff4cfb29e0c563be48ba20631b29826359fe1.zip
* enable some variables again for the tools
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4839 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/showboard.c')
-rw-r--r--util/showboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/showboard.c b/util/showboard.c
index 8e18ae2d..41627cfe 100644
--- a/util/showboard.c
+++ b/util/showboard.c
@@ -68,6 +68,7 @@ int main(int argc, char *argv[])
printf("BM:\t%s\n", b.BM);
printf("brdattr:\t%08x\n", b.brdattr);
printf("post_limit_posts:\t%d\n", b.post_limit_posts);
+ printf("post_limit_logins:\t%d\n", b.post_limit_logins);
printf("post_limit_regtime:\t%d\n", b.post_limit_regtime);
printf("level:\t%d\n", b.level);
printf("gid:\t%d\n", b.gid);