aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_entryconn.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-13 13:56:59 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-13 13:56:59 -0500
commit73d1d153dc0946439f65e201734d1d9eb20b576c (patch)
treeb4b36247fab3b44a30da7b958a216ceabdcfba80 /src/test/test_entryconn.c
parent73ccf0b33f13ecd9e9e3e481576c5132b9b79a6e (diff)
downloadtor-73d1d153dc0946439f65e201734d1d9eb20b576c.tar.gz
tor-73d1d153dc0946439f65e201734d1d9eb20b576c.zip
remove needless AllowDotExit in test_entryconn_rewrite_mapaddress_automap_onion2
Diffstat (limited to 'src/test/test_entryconn.c')
-rw-r--r--src/test/test_entryconn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test_entryconn.c b/src/test/test_entryconn.c
index 0ff353d0e8..0d0105e935 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);