summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-02-21 20:17:13 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-02-21 20:17:13 +0800
commit4f221c083ad2f233ecfc13a8a970a598c62a2671 (patch)
tree6271b6521999bd8e97cf7a412b1345da5efa644e /mbbsd/board.c
parent95262b83a086058fc778fff20ac9c7ee76575494 (diff)
downloadpttbbs-4f221c083ad2f233ecfc13a8a970a598c62a2671.tar
pttbbs-4f221c083ad2f233ecfc13a8a970a598c62a2671.tar.gz
pttbbs-4f221c083ad2f233ecfc13a8a970a598c62a2671.tar.bz2
pttbbs-4f221c083ad2f233ecfc13a8a970a598c62a2671.tar.lz
pttbbs-4f221c083ad2f233ecfc13a8a970a598c62a2671.tar.xz
pttbbs-4f221c083ad2f233ecfc13a8a970a598c62a2671.tar.zst
pttbbs-4f221c083ad2f233ecfc13a8a970a598c62a2671.zip
- board: comment on symlink
- admin: code-refine for new admin regform validation. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3934 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 7fa74f5c..18ae88e7 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1654,6 +1654,7 @@ choose_board(int newflag)
case 'L':
if ((HasUserPerm(PERM_SYSOP) ||
(HasUserPerm(PERM_SYSSUPERSUBOP) && GROUPOP())) && IN_CLASS()) {
+ // TODO XXX why need symlink here? Can we remove it?
if (make_symbolic_link_interactively(class_bid) < 0)
break;
brdnum = -1;