aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_entryconn.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-19 11:55:52 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-19 11:55:52 -0500
commitf92b01b9635eb2655a449529d6e7eb30a46bb29f (patch)
tree28a31fe915d09fe6d8a44afc84f1eebb3efa462e /src/test/test_entryconn.c
parenta8dd93027470f3d6b56352fddadfd7b702d26831 (diff)
downloadtor-f92b01b9635eb2655a449529d6e7eb30a46bb29f.tar.gz
tor-f92b01b9635eb2655a449529d6e7eb30a46bb29f.zip
Remove a now-needless testing workaround.
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 146cddc331..7e0757f9e8 100644
--- a/src/test/test_entryconn.c
+++ b/src/test/test_entryconn.c
@@ -269,7 +269,6 @@ test_entryconn_rewrite_automap_reverse(void *arg)
strlcpy(ec2->socks_request->address, ec->socks_request->address,
sizeof(ec2->socks_request->address));
- ec2->entry_cfg.use_cached_ipv4_answers = 1; // XXXX REMOVE. This is only there to hide a bug.
ec2->socks_request->command = SOCKS_COMMAND_RESOLVE_PTR;
connection_ap_handshake_rewrite(ec2, &rr);