tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 2b39543dfce77364e1bde3cee06dc09904609566
parent ca16433eb7abadc282d814990e111a492159ac94
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 23 Sep 2020 15:19:25 -0400

Move a DIGESTMAP_FOREACH_END (cosmetic)

Diffstat:
Msrc/feature/dirauth/dirvote.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/feature/dirauth/dirvote.c b/src/feature/dirauth/dirvote.c @@ -4641,8 +4641,7 @@ dirserv_generate_networkstatus_vote_obj(crypto_pk_t *private_key, DIGESTMAP_FOREACH (omit_as_sybil, sybil_id, void *, ignore) { (void)ignore; rep_hist_make_router_pessimal(sybil_id, now); - } - DIGESTMAP_FOREACH_END + } DIGESTMAP_FOREACH_END /* Count how many have measured bandwidths so we know how to assign flags; * this must come before dirserv_compute_performance_thresholds() */ dirserv_count_measured_bws(routers);