diff options
Diffstat (limited to 'mbbsd/cal.c')
-rw-r--r-- | mbbsd/cal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/cal.c b/mbbsd/cal.c index 23520a33..75ba8857 100644 --- a/mbbsd/cal.c +++ b/mbbsd/cal.c @@ -259,9 +259,9 @@ static int inmailbox(int m) { userec_t xuser; - passwd_query(usernum, &xuser); + passwd_sync_query(usernum, &xuser); cuser.exmailbox = xuser.exmailbox + m; - passwd_update(usernum, &cuser); + passwd_sync_update(usernum, &cuser); return cuser.exmailbox; } |