mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
whitespace fix
This commit is contained in:
parent
f7e87f41f7
commit
c26aaf9cba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user