From: Nick Mathewson Date: Mon, 19 Jan 2015 16:55:52 +0000 (-0500) Subject: Remove a now-needless testing workaround. X-Git-Tag: tor-0.2.6.3-alpha~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f92b01b9635eb2655a449529d6e7eb30a46bb29f;p=thirdparty%2Ftor.git Remove a now-needless testing workaround. --- 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);