Skip to content
Snippets Groups Projects
Commit f92b01b9 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Remove a now-needless testing workaround.

parent a8dd9302
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment