summaryrefslogtreecommitdiffstats
path: root/mbbsd/cache.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-07 10:22:53 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-07 10:22:53 +0800
commit207ed6cf4ce0603d1ba551f0f44ece4c5e2650b0 (patch)
tree9357ef7d424f704fe56550f935f0dab266c7cf20 /mbbsd/cache.c
parent9f151c2c8a1f0dc43251c1653294ce9264b92c85 (diff)
downloadpttbbs-207ed6cf4ce0603d1ba551f0f44ece4c5e2650b0.tar
pttbbs-207ed6cf4ce0603d1ba551f0f44ece4c5e2650b0.tar.gz
pttbbs-207ed6cf4ce0603d1ba551f0f44ece4c5e2650b0.tar.bz2
pttbbs-207ed6cf4ce0603d1ba551f0f44ece4c5e2650b0.tar.lz
pttbbs-207ed6cf4ce0603d1ba551f0f44ece4c5e2650b0.tar.xz
pttbbs-207ed6cf4ce0603d1ba551f0f44ece4c5e2650b0.tar.zst
pttbbs-207ed6cf4ce0603d1ba551f0f44ece4c5e2650b0.zip
passwd change back
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1715 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/cache.c')
-rw-r--r--mbbsd/cache.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mbbsd/cache.c b/mbbsd/cache.c
index 261cfa5f..288c38cf 100644
--- a/mbbsd/cache.c
+++ b/mbbsd/cache.c
@@ -476,10 +476,6 @@ demoney(int money)
int
moneyof(int uid)
{ /* ptt 改進金錢處理效率 */
- if(SHM->money[uid - 1] < 0)
- {
- SHM->money[uid - 1] = passwd_query_money(uid);
- }
return SHM->money[uid - 1];
}