From bc8f6cabd574ecfeaec6318f4fb13626147bce94 Mon Sep 17 00:00:00 2001 From: in2 Date: Thu, 20 Feb 2003 16:12:13 +0000 Subject: fix last commit bug git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@669 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/board.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mbbsd/board.c') 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; -- cgit v1.2.3