[tor/master] remove needless AllowDotExit in test_entryconn_rewrite_mapaddress_automap_onion2

commit 73d1d153dc0946439f65e201734d1d9eb20b576c Author: Nick Mathewson <nickm@torproject.org> Date: Tue Jan 13 13:56:59 2015 -0500 remove needless AllowDotExit in test_entryconn_rewrite_mapaddress_automap_onion2 --- src/test/test_entryconn.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/test_entryconn.c b/src/test/test_entryconn.c index 0ff353d..0d0105e 100644 --- a/src/test/test_entryconn.c +++ b/src/test/test_entryconn.c @@ -659,7 +659,6 @@ test_entryconn_rewrite_mapaddress_automap_onion2(void *arg) ec3 = entry_connection_new(CONN_TYPE_AP, AF_INET); get_options_mutable()->AutomapHostsOnResolve = 1; - get_options_mutable()->AllowDotExit = 1; smartlist_add(get_options_mutable()->AutomapHostsSuffixes, tor_strdup(".onion")); parse_virtual_addr_network("192.168.0.0/16", AF_INET, 0, &msg);
participants (1)
-
nickm@torproject.org