]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
peel off some unnecessary parens
authorRoger Dingledine <arma@torproject.org>
Tue, 24 Apr 2012 16:26:00 +0000 (12:26 -0400)
committerRoger Dingledine <arma@torproject.org>
Tue, 24 Apr 2012 16:26:00 +0000 (12:26 -0400)
src/or/dirserv.c

index 5b6087c94371aa087647e5237783ec8629480831..1c2579865fd2b89ce8f6d72f5dfa6cf3bea86ad6 100644 (file)
@@ -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(