summaryrefslogtreecommitdiffstats
path: root/mbbsd/passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/passwd.c')
-rw-r--r--mbbsd/passwd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/passwd.c b/mbbsd/passwd.c
index 48c87b36..405e5d7c 100644
--- a/mbbsd/passwd.c
+++ b/mbbsd/passwd.c
@@ -19,6 +19,7 @@ int
initcuser(const char *userid)
{
usernum = passwd_load_user(userid, &cuser);
+ latest_numposts = cuser.numposts;
return usernum;
}