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 d1771d49..703f0855 100644
--- a/mbbsd/cache.c
+++ b/mbbsd/cache.c
@@ -195,6 +195,7 @@ int
searchuser(const char *userid, char *rightid)
{
int h, p, times;
+ STATINC(STAT_SEARCHUSER);
h = StringHash(userid)%(1<<HASH_BITS);
p = SHM->hash_head[h];