mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
remove needless AllowDotExit in test_entryconn_rewrite_mapaddress_automap_onion2
This commit is contained in:
parent
73ccf0b33f
commit
73d1d153dc
@ -659,7 +659,6 @@ test_entryconn_rewrite_mapaddress_automap_onion2(void *arg)
|
|||||||
ec3 = entry_connection_new(CONN_TYPE_AP, AF_INET);
|
ec3 = entry_connection_new(CONN_TYPE_AP, AF_INET);
|
||||||
|
|
||||||
get_options_mutable()->AutomapHostsOnResolve = 1;
|
get_options_mutable()->AutomapHostsOnResolve = 1;
|
||||||
get_options_mutable()->AllowDotExit = 1;
|
|
||||||
smartlist_add(get_options_mutable()->AutomapHostsSuffixes,
|
smartlist_add(get_options_mutable()->AutomapHostsSuffixes,
|
||||||
tor_strdup(".onion"));
|
tor_strdup(".onion"));
|
||||||
parse_virtual_addr_network("192.168.0.0/16", AF_INET, 0, &msg);
|
parse_virtual_addr_network("192.168.0.0/16", AF_INET, 0, &msg);
|
||||||
|
Loading…
Reference in New Issue
Block a user