mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
plus add a comment re: the previous bug
svn:r3076
This commit is contained in:
parent
52676364b9
commit
02b3229a04
@ -965,6 +965,10 @@ int router_compare_addr_to_addr_policy(uint32_t addr, uint16_t port,
|
||||
}
|
||||
} else if (!port) {
|
||||
/* The port maybe matches. */
|
||||
/* XXX Nick: it looks port 0 only means something special for resolve
|
||||
* commands, which can currently be handled by any exit node.
|
||||
* Should we treat those specially elsewhere?
|
||||
*/
|
||||
maybe = 1;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user