mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
peel off some unnecessary parens
This commit is contained in:
parent
ae94e36a1d
commit
1cbde0bd50
@ -2417,7 +2417,7 @@ set_routerstatus_from_routerinfo(routerstatus_t *rs,
|
||||
routerbw >= options->AuthDirGuardBWGuarantee) ||
|
||||
routerbw >= MIN(guard_bandwidth_including_exits,
|
||||
guard_bandwidth_excluding_exits)) &&
|
||||
(is_router_version_good_for_possible_guard(ri->platform))) {
|
||||
is_router_version_good_for_possible_guard(ri->platform)) {
|
||||
long tk = rep_hist_get_weighted_time_known(
|
||||
node->identity, now);
|
||||
double wfu = rep_hist_get_weighted_fractional_uptime(
|
||||
|
Loading…
Reference in New Issue
Block a user