summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-12 21:06:15 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-12 21:06:15 +0800
commita0f57596aa063398f4a0b3e7b72bf203619f63e3 (patch)
treeaaf7aef2797e06456755c931d869c665f68b8297
parent2ec4b4b319a3403bfb9c38998ff1111b42f716f0 (diff)
downloadpttbbs-a0f57596aa063398f4a0b3e7b72bf203619f63e3.tar
pttbbs-a0f57596aa063398f4a0b3e7b72bf203619f63e3.tar.gz
pttbbs-a0f57596aa063398f4a0b3e7b72bf203619f63e3.tar.bz2
pttbbs-a0f57596aa063398f4a0b3e7b72bf203619f63e3.tar.lz
pttbbs-a0f57596aa063398f4a0b3e7b72bf203619f63e3.tar.xz
pttbbs-a0f57596aa063398f4a0b3e7b72bf203619f63e3.tar.zst
pttbbs-a0f57596aa063398f4a0b3e7b72bf203619f63e3.zip
SYSSUPERSUBOP can see board links
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3029 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 287e959e..f98da23d 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -354,7 +354,7 @@ load_boards(char *key)
if (bptr->brdattr & BRD_SYMBOLIC) {
/* Only SYSOP knows a board is symbolic */
- if (HasUserPerm(PERM_SYSOP))
+ if (HasUserPerm(PERM_SYSOP) || HasUserPerm(PERM_SYSSUPERSUBOP))
state |= NBRD_SYMBOLIC;
else
bid = BRD_LINK_TARGET(bptr);