From f7f94492d83cd0a7f70f4eda0f64e208aa8084fa Mon Sep 17 00:00:00 2001 From: wens Date: Fri, 16 Jun 2006 02:44:51 +0000 Subject: fix possible bug on posting limits git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3370 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/mail.c b/mbbsd/mail.c index 1f90b980..b7011872 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -1271,7 +1271,7 @@ mail_cross_post(int ent, fileheader_t * fhdr, const char *direct) ent = getbnum(xboard); assert(0<=ent-1 && ent-1 (now - (time4_t)bcache[ent - 1].post_limit_regtime * 2592000) || cuser.numlogins < ((unsigned int)(bcache[ent - 1].post_limit_logins) * 10) || cuser.numposts < ((unsigned int)(bcache[ent - 1].post_limit_posts) * 10)) ) { -- cgit v1.2.3