summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 32d0c628..28b1bc71 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1,4 +1,4 @@
-/* $Id: board.c,v 1.81 2003/02/20 11:06:03 in2 Exp $ */
+/* $Id: board.c,v 1.82 2003/02/20 16:12:12 in2 Exp $ */
#include "bbs.h"
#define BRC_STRLEN 15 /* Length of board name */
#define BRC_MAXSIZE 24576
@@ -414,9 +414,6 @@ Ben_Perm(boardheader_t * bptr)
level = bptr->level;
brdattr = bptr->brdattr;
- if (brdattr & BRD_GROUPBOARD)
- return 0;
-
if (HAS_PERM(PERM_SYSOP))
return 1;