]> git.ipfire.org Git - thirdparty/tor.git/commit
Remove a duplicate call to update_microdesc_downloads()
authorGeorge Kadianakis <desnacked@riseup.net>
Wed, 25 Oct 2017 16:18:38 +0000 (19:18 +0300)
committerGeorge Kadianakis <desnacked@riseup.net>
Fri, 1 Dec 2017 12:06:32 +0000 (14:06 +0200)
commit6bd64e8212a29d21b20d68a3f69489ffdcbcb42b
tree83a26c3012cc275ecab564b25c0e9ea8ed012238
parent8276a0ab85bdea97180459277d9d5b4531e216c4
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.
src/or/directory.c