[tor-commits] [tor/master] Remove a now-needless testing workaround.

nickm at torproject.org nickm at torproject.org
Mon Jan 19 16:56:07 UTC 2015


commit f92b01b9635eb2655a449529d6e7eb30a46bb29f
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Jan 19 11:55:52 2015 -0500

    Remove a now-needless testing workaround.
---
 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 146cddc..7e0757f 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);
 





More information about the tor-commits mailing list