diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/bbs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 5e479266..bfe66ae3 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -110,6 +110,7 @@ set_board() if( !Ben_Perm(bp) ){ vmsg("access control violation, exit"); u_exit("access control violation!"); + exit(-1); } board_note_time = bp->bupdate; if(bp->BM[0] <= ' ') |