summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index c37635ba..78c6c5e2 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1261,9 +1261,9 @@ choose_board(int newflag)
break;
case 'v':
case 'V':
- if(nbrd[num].bid < 0)
- break;
ptr = &nbrd[num];
+ if(nbrd[num].bid < 0 || Ben_Perm(B_BH(ptr)) != 1)
+ break;
brc_initial(B_BH(ptr)->brdname);
if (ch == 'v') {
ptr->myattr &= ~BRD_UNREAD;