diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/passwd.c | 1 |
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; } |