summaryrefslogtreecommitdiffstats
path: root/mbbsd/cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/cal.c')
-rw-r--r--mbbsd/cal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/cal.c b/mbbsd/cal.c
index 29cacc98..a87dcb42 100644
--- a/mbbsd/cal.c
+++ b/mbbsd/cal.c
@@ -252,7 +252,7 @@ inmailbox(int m)
{
passwd_query(usernum, &xuser);
cuser->exmailbox = xuser.exmailbox + m;
-// passwd_update(usernum, &cuser);
+ passwd_update(usernum, cuser);
return cuser->exmailbox;
}