summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c
index b41559bd80..a6411d5b0a 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -651,6 +651,9 @@ directory_info_has_arrived(time_t now, int from_cache)
update_router_descriptor_downloads(now);
return;
} else {
+ if (directory_fetches_from_authorities(options))
+ update_router_descriptor_downloads(now);
+
/* if we have enough dir info, then update our guard status with
* whatever we just learned. */
entry_guards_compute_status();