summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 824da0cf..1775b03d 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1355,7 +1355,7 @@ cross_post(int ent, fileheader_t * fhdr, const char *direct)
}
#ifdef USE_COOLDOWN
- if(check_cooldown(bp))
+ if(check_cooldown(getbcache(author)))
return FULLUPDATE;
#endif