mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Fetch missing certs to authenticate microdesc consensuses as needed
Fixes bug 2253; fix by rransom
This commit is contained in:
parent
0893793f01
commit
36d68d2301
1 changed files with 1 additions and 1 deletions
|
@ -1382,7 +1382,7 @@ update_certificate_downloads(time_t now)
|
|||
|
||||
if (current_ns_consensus)
|
||||
authority_certs_fetch_missing(current_ns_consensus, now);
|
||||
if (current_ns_consensus)
|
||||
if (current_md_consensus)
|
||||
authority_certs_fetch_missing(current_md_consensus, now);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue