Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
2b39543d
Commit
2b39543d
authored
Sep 23, 2020
by
Nick Mathewson
🐻
Browse files
Move a DIGESTMAP_FOREACH_END (cosmetic)
parent
ca16433e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/feature/dirauth/dirvote.c
View file @
2b39543d
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment