Explorar o código

Fetch missing certs to authenticate microdesc consensuses as needed

Fixes bug 2253; fix by rransom
Nick Mathewson %!s(int64=15) %!d(string=hai) anos
pai
achega
36d68d2301
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/networkstatus.c

+ 1 - 1
src/or/networkstatus.c

@@ -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);
 }