summaryrefslogtreecommitdiffstats
path: root/mbbsd/mail.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-03-31 10:52:32 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-03-31 10:52:32 +0800
commit389688bf4c143e2dc9d69613fdf4f653af7d0332 (patch)
tree4a1b9ffb01c7c127ccc14b4bcc56d35adab8b7f4 /mbbsd/mail.c
parent68a3c5c7677ca92bf22093fbfd123d4b0566a1a2 (diff)
downloadpttbbs-389688bf4c143e2dc9d69613fdf4f653af7d0332.tar
pttbbs-389688bf4c143e2dc9d69613fdf4f653af7d0332.tar.gz
pttbbs-389688bf4c143e2dc9d69613fdf4f653af7d0332.tar.bz2
pttbbs-389688bf4c143e2dc9d69613fdf4f653af7d0332.tar.lz
pttbbs-389688bf4c143e2dc9d69613fdf4f653af7d0332.tar.xz
pttbbs-389688bf4c143e2dc9d69613fdf4f653af7d0332.tar.zst
pttbbs-389688bf4c143e2dc9d69613fdf4f653af7d0332.zip
refining
cuser & passwd_update git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1649 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r--mbbsd/mail.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c
index 49864cf6..a57e8db1 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -1045,7 +1045,7 @@ static int
mail_nooutmail(int ent, fileheader_t * fhdr, char *direct)
{
cuser->userlevel ^= PERM_NOOUTMAIL;
-// passwd_update(usernum, &cuser);
+ passwd_update(usernum, cuser);
return FULLUPDATE;
}
@@ -1186,7 +1186,6 @@ mail_cross_post(int ent, fileheader_t * fhdr, char *direct)
if (!xfile.filemode)
outgo_post(&xfile, xboard);
cuser->numposts++;
-// passwd_update(usernum, &cuser);
outs("¤å³¹Âà¿ý§¹¦¨");
pressanykey();
currmode = currmode0;