summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-11-16 04:51:16 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-11-16 04:51:16 +0800
commite0a5fdf358d0b5af09649f66f50bd1b02616dfcb (patch)
treeb1805b44cb349570890378bb2a2f2957992ce738 /mbbsd/user.c
parentfafe4c7e70de4e770f6bf7f42306957330aaadea (diff)
downloadpttbbs-e0a5fdf358d0b5af09649f66f50bd1b02616dfcb.tar
pttbbs-e0a5fdf358d0b5af09649f66f50bd1b02616dfcb.tar.gz
pttbbs-e0a5fdf358d0b5af09649f66f50bd1b02616dfcb.tar.bz2
pttbbs-e0a5fdf358d0b5af09649f66f50bd1b02616dfcb.tar.lz
pttbbs-e0a5fdf358d0b5af09649f66f50bd1b02616dfcb.tar.xz
pttbbs-e0a5fdf358d0b5af09649f66f50bd1b02616dfcb.tar.zst
pttbbs-e0a5fdf358d0b5af09649f66f50bd1b02616dfcb.zip
fix bug for new feature.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3242 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 2cda7201..00c92ed4 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -993,6 +993,8 @@ uinfo_query(userec_t *u, int adminmode, int unum)
setumoney(unum, x.money);
}
passwd_update(unum, &x);
+ if(flag)
+ sendalert(x.userid, ALERT_RELOAD_PERM); // force to reload perm
}
}