summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-12 19:44:41 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-12 19:44:41 +0800
commit771f615b395876a905cb36c5e6f031114e541ddd (patch)
tree3876c3a09689c4c032c15e91163727690754eb56 /mbbsd/bbs.c
parent8fac6ff42ffe2b20a24166ab076732fdf2fa5d82 (diff)
downloadpttbbs-771f615b395876a905cb36c5e6f031114e541ddd.tar
pttbbs-771f615b395876a905cb36c5e6f031114e541ddd.tar.gz
pttbbs-771f615b395876a905cb36c5e6f031114e541ddd.tar.bz2
pttbbs-771f615b395876a905cb36c5e6f031114e541ddd.tar.lz
pttbbs-771f615b395876a905cb36c5e6f031114e541ddd.tar.xz
pttbbs-771f615b395876a905cb36c5e6f031114e541ddd.tar.zst
pttbbs-771f615b395876a905cb36c5e6f031114e541ddd.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@320 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index dd100900..0656c19d 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1,4 +1,4 @@
-/* $Id: bbs.c,v 1.51 2002/06/09 04:27:50 lwms Exp $ */
+/* $Id: bbs.c,v 1.52 2002/06/12 11:44:41 ptt Exp $ */
#include "bbs.h"
static void mail_by_link(char* owner, char* title, char* path) {
@@ -953,6 +953,7 @@ static int b_man() {
#ifndef NO_GAMBLE
static int join_gamble(int ent, fileheader_t *fhdr, char *direct) {
+ if(!HAS_PERM(PERM_LOGINOK)) return DONOTHING;
ticket(currbid);
return FULLUPDATE;
}