summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-04-24 12:26:00 -0400
committerRoger Dingledine <arma@torproject.org>2012-04-24 12:26:00 -0400
commit1cbde0bd504c49043fd6b4a9f09752b02cbbd908 (patch)
tree9899d6ad601fb4fa9cd2096063a522a23ce1f26b
parentae94e36a1ddc792fcf8953ea7932f2a9c408dbdf (diff)
downloadtor-1cbde0bd504c49043fd6b4a9f09752b02cbbd908.tar.gz
tor-1cbde0bd504c49043fd6b4a9f09752b02cbbd908.zip
peel off some unnecessary parens
-rw-r--r--src/or/dirserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index 5b6087c943..1c2579865f 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -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(