mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Remove a now-needless testing workaround.
This commit is contained in:
parent
a8dd930274
commit
f92b01b963
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue