mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
and add a comment to that effect
svn:r2159
This commit is contained in:
parent
f8c14e5dce
commit
05e9fb5c44
@ -985,7 +985,7 @@ int socks_policy_permits_address(uint32_t addr)
|
||||
if (options.SocksPolicy && !socks_policy)
|
||||
parse_socks_policy();
|
||||
|
||||
if(!socks_policy)
|
||||
if(!socks_policy) /* 'no socks policy' means 'accept' */
|
||||
return 1;
|
||||
a = router_compare_addr_to_exit_policy(addr, 1, socks_policy);
|
||||
if (a==-1)
|
||||
|
Loading…
Reference in New Issue
Block a user