diff options
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index 8f0f329845..08f8d26a1d 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -731,6 +731,8 @@ run_scheduled_events(time_t now) stats_n_seconds_working < TIMEOUT_UNTIL_UNREACHABILITY_COMPLAINT && !we_are_hibernating()) consider_testing_reachability(); + + update_networkstatus_downloads(); } /** 3a. Every second, we examine pending circuits and prune the |