]> 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:13:22 +0000 (14:13 +0200)
commit1c9f06348671ee72112f2f75d90d7e46cf412b2d
tree505438ff9c1de700c9bd428c89a54d0dae358918
parent210f0c24f039aa6d46b9396ec6bb13ff575a9e79
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