diff options
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r-- | mbbsd/mail.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c index a5cff5dd..545027ca 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -1422,24 +1422,6 @@ mail_cross_post(int ent, fileheader_t * fhdr, const char *direct) char genbuf[200]; char genbuf2[4]; -#if 0 - // 除非有人明白為何要先 ChekPostPerm 並修復, - // 否則先 disable 這段 code - 目前常造成 crash。 - // - // XXX (will crash sometimes because currborad is not defined yet) - // 麻煩 in2 來修復這裡: 確認轉錄為何要先 CheckPostPerm - if (!currboard || currboard[0] == 0) - { - enter_board(DEFAULT_BOARD); - } - assert(0<=ent-1 && ent-1<MAX_BOARD); - - if (!CheckPostPerm()) { - vmsg("對不起,您目前無法轉錄文章!"); - return FULLUPDATE; - } -#endif - move(2, 0); clrtoeol(); if (postrecord.times > 1) |