diff options
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 6526d5f55..1317c6230 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -3801,6 +3801,8 @@ update_extrainfo_downloads(time_t now) return; if (should_delay_dir_fetches(options)) return; + if (!router_have_minimum_dir_info()) + return; pending = digestmap_new(); list_pending_descriptor_downloads(pending, 1); |