mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Remove a now-needless testing workaround.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user