From a89052548b61b8813b1f750b51fc0c3935d318ed Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 3 Dec 2003 04:16:54 +0000 Subject: missing exit(() after u_exit git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1392 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mbbsd') 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] <= ' ') -- cgit v1.2.3