mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Fix a wide line. "Tradition!"
This commit is contained in:
parent
6aef89bda4
commit
2b660f9781
@ -3199,7 +3199,7 @@ connection_ap_can_use_exit(edge_connection_t *conn, const node_t *exit)
|
|||||||
tor_addr_from_in(&addr, &in);
|
tor_addr_from_in(&addr, &in);
|
||||||
addrp = &addr;
|
addrp = &addr;
|
||||||
}
|
}
|
||||||
r = compare_tor_addr_to_node_policy(addrp, conn->socks_request->port, exit);
|
r = compare_tor_addr_to_node_policy(addrp, conn->socks_request->port,exit);
|
||||||
if (r == ADDR_POLICY_REJECTED)
|
if (r == ADDR_POLICY_REJECTED)
|
||||||
return 0; /* We know the address, and the exit policy rejects it. */
|
return 0; /* We know the address, and the exit policy rejects it. */
|
||||||
if (r == ADDR_POLICY_PROBABLY_REJECTED && !conn->chosen_exit_name)
|
if (r == ADDR_POLICY_PROBABLY_REJECTED && !conn->chosen_exit_name)
|
||||||
|
Loading…
Reference in New Issue
Block a user