aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index c391a552a3..c0e138823b 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -3436,7 +3436,7 @@ update_router_descriptor_client_downloads(time_t now)
"Called router_descriptor_client_downloads() on a dir mirror?");
}
- if (rep_hist_circbuilding_dormant()) {
+ if (rep_hist_circbuilding_dormant(now)) {
log_info(LD_CIRC, "Skipping descriptor downloads: we haven't needed "
"any circuits lately.");
return;