commit c26aaf9cba8d40017c30b1921466759382032f33 Author: Roger Dingledine arma@torproject.org Date: Wed Feb 29 13:17:52 2012 -0500
whitespace fix --- src/or/policies.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/or/policies.c b/src/or/policies.c index e5062cd..5eaebfa 100644 --- a/src/or/policies.c +++ b/src/or/policies.c @@ -669,7 +669,7 @@ compare_unknown_tor_addr_to_addr_policy(uint16_t port,
SMARTLIST_FOREACH_BEGIN(policy, addr_policy_t *, tmpe) { if (tmpe->prt_min <= port && port <= tmpe->prt_max) { - if (tmpe->maskbits == 0) { + if (tmpe->maskbits == 0) { /* Definitely matches, since it covers all addresses. */ if (tmpe->policy_type == ADDR_POLICY_ACCEPT) { /* If we already hit a clause that might trigger a 'reject', than we
tor-commits@lists.torproject.org