]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
remove needless AllowDotExit in test_entryconn_rewrite_mapaddress_automap_onion2
authorNick Mathewson <nickm@torproject.org>
Tue, 13 Jan 2015 18:56:59 +0000 (13:56 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 13 Jan 2015 18:56:59 +0000 (13:56 -0500)
src/test/test_entryconn.c

index 0ff353d0e8b59f8224ab47be705ba4202c5b547c..0d0105e93503ed987ec48ba8e3ba6dad547252a7 100644 (file)
@@ -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);