[tor-commits] [tor/master] peel off some unnecessary parens

arma at torproject.org arma at torproject.org
Tue Apr 24 16:26:22 UTC 2012


commit 1cbde0bd504c49043fd6b4a9f09752b02cbbd908
Author: Roger Dingledine <arma at torproject.org>
Date:   Tue Apr 24 12:26:00 2012 -0400

    peel off some unnecessary parens
---
 src/or/dirserv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index 5b6087c..1c25798 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(



More information about the tor-commits mailing list