mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-01 08:03:31 +01:00
Remove a duplicate call to update_microdesc_downloads()
This call happens before we update our entry guards, so it needs to be removed for the fix to #23862 to work.
This commit is contained in:
parent
210f0c24f0
commit
1c9f063486
@ -2122,10 +2122,9 @@ connection_dir_client_reached_eof(dir_connection_t *conn)
|
|||||||
/* If we launched other fetches for this consensus, cancel them. */
|
/* If we launched other fetches for this consensus, cancel them. */
|
||||||
connection_dir_close_consensus_fetches(conn, flavname);
|
connection_dir_close_consensus_fetches(conn, flavname);
|
||||||
|
|
||||||
/* launches router downloads as needed */
|
/* update the list of routers and directory guards */
|
||||||
routers_update_all_from_networkstatus(now, 3);
|
routers_update_all_from_networkstatus(now, 3);
|
||||||
update_microdescs_from_networkstatus(now);
|
update_microdescs_from_networkstatus(now);
|
||||||
update_microdesc_downloads(now);
|
|
||||||
directory_info_has_arrived(now, 0, 0);
|
directory_info_has_arrived(now, 0, 0);
|
||||||
if (authdir_mode_v3(get_options())) {
|
if (authdir_mode_v3(get_options())) {
|
||||||
sr_act_post_consensus(
|
sr_act_post_consensus(
|
||||||
|
Loading…
Reference in New Issue
Block a user