summaryrefslogtreecommitdiffstats
path: root/mbbsd/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/cache.c')
-rw-r--r--mbbsd/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/cache.c b/mbbsd/cache.c
index 7ec29f32..d1771d49 100644
--- a/mbbsd/cache.c
+++ b/mbbsd/cache.c
@@ -1005,7 +1005,7 @@ hbflreload(int bid)
buf[i] = 0;
break;
}
- if (strcasecmp("guest", buf) == 0 ||
+ if (strcasecmp(STR_GUEST, buf) == 0 ||
(uid = searchuser(buf, NULL)) == 0) {
--num;
continue;