r15960@catbus: nickm | 2007-10-19 12:30:17 -0400

Make authority_certs_fetch_missing() honor should_delay_dir_fetches()


svn:r12048
This commit is contained in:
Nick Mathewson
2007-10-19 16:41:30 +00:00
parent 140ef7d0f8
commit 53f9fe7dc5
2 changed files with 6 additions and 2 deletions
+3
View File
@@ -295,6 +295,9 @@ authority_certs_fetch_missing(networkstatus_vote_t *status, time_t now)
smartlist_t *missing_digests = smartlist_create();
char *resource = NULL;
if (should_delay_dir_fetches(get_options()))
return;
list_pending_downloads(pending, DIR_PURPOSE_FETCH_CERTIFICATE, "fp/");
if (status) {
SMARTLIST_FOREACH(status->voters, networkstatus_voter_info_t *, voter,