mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
note another bug i'd like to fix
svn:r11571
This commit is contained in:
parent
ce1099bf66
commit
b40230f45b
@ -574,6 +574,7 @@ directory_initiate_command(const char *address, uint32_t addr,
|
|||||||
if (!anonymized_connection && !want_to_tunnel) {
|
if (!anonymized_connection && !want_to_tunnel) {
|
||||||
/* then we want to connect directly */
|
/* then we want to connect directly */
|
||||||
|
|
||||||
|
/* XXX020 we should set dirconn_direct to 1 even if want_to_tunnel -RD */
|
||||||
conn->dirconn_direct = 1;
|
conn->dirconn_direct = 1;
|
||||||
if (options->HttpProxy) {
|
if (options->HttpProxy) {
|
||||||
addr = options->HttpProxyAddr;
|
addr = options->HttpProxyAddr;
|
||||||
|
Loading…
Reference in New Issue
Block a user