summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-05-31 20:09:03 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-05-31 20:09:03 +0800
commitbbbd9c229cc74615568984715cfa524b053384e0 (patch)
treebe65ec58a470de87c762632ca32377c50adee5b7 /mbbsd
parent2dd91b88d1ecc22a30d97670aa766ab316874a80 (diff)
downloadpttbbs-bbbd9c229cc74615568984715cfa524b053384e0.tar
pttbbs-bbbd9c229cc74615568984715cfa524b053384e0.tar.gz
pttbbs-bbbd9c229cc74615568984715cfa524b053384e0.tar.bz2
pttbbs-bbbd9c229cc74615568984715cfa524b053384e0.tar.lz
pttbbs-bbbd9c229cc74615568984715cfa524b053384e0.tar.xz
pttbbs-bbbd9c229cc74615568984715cfa524b053384e0.tar.zst
pttbbs-bbbd9c229cc74615568984715cfa524b053384e0.zip
a symbolic link can also be put in the Class's root
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2739 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index e9ef7a66..63b77752 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -889,7 +889,7 @@ choose_board(int newflag)
brdnum = -1;
break;
case 'L':
- if (HAS_PERM(PERM_SYSOP) && IN_SUBCLASS()) {
+ if (HAS_PERM(PERM_SYSOP) && IN_CLASS()) {
if (make_symbolic_link_interactively(class_bid) < 0)
break;
brdnum = -1;