Extract ExitPolicy-and-IPv6Exit check into a new function
commit87865c8aca0cc8c7ad4d4696a75e96b91fdf8734
authorNick Mathewson <nickm@torproject.org>
Fri, 14 Oct 2016 13:08:51 +0000 (14 09:08 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 14 Oct 2016 13:08:52 +0000 (14 09:08 -0400)
treed0c066d199557f3f682597cba274571bd483325d
parent785176e97545b2e7fc65bb80cf7aa13c9adc3fc4
Extract ExitPolicy-and-IPv6Exit check into a new function

(I've done this instead of changing the semantics of
router_compare_to_my_exit_policy, because dns.c uses
router_compare_to_my_exit_policy too, in a slightly weird way.)
src/or/connection_edge.c