summaryrefslogtreecommitdiffstats
path: root/mbbsd/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/cache.c')
-rw-r--r--mbbsd/cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/cache.c b/mbbsd/cache.c
index 5112efe0..261cfa5f 100644
--- a/mbbsd/cache.c
+++ b/mbbsd/cache.c
@@ -203,6 +203,7 @@ getuser(char *userid)
if ((uid = searchuser(userid)))
passwd_query(uid, &xuser);
+ xuser.money = moneyof(uid);
return uid;
}