diff options
author | Roger Dingledine <arma@torproject.org> | 2007-09-22 00:05:46 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-09-22 00:05:46 +0000 |
commit | b40230f45be4087316446253100f066071e5e59e (patch) | |
tree | dbf16ef884d876611d9b9baaf89359c04b10fe1b | |
parent | ce1099bf6638f9dad9480cdf146d977c59912c6a (diff) | |
download | tor-b40230f45be4087316446253100f066071e5e59e.tar.gz tor-b40230f45be4087316446253100f066071e5e59e.zip |
note another bug i'd like to fix
svn:r11571
-rw-r--r-- | src/or/directory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index a5af3d6986..ebee15a034 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -574,6 +574,7 @@ directory_initiate_command(const char *address, uint32_t addr, if (!anonymized_connection && !want_to_tunnel) { /* then we want to connect directly */ + /* XXX020 we should set dirconn_direct to 1 even if want_to_tunnel -RD */ conn->dirconn_direct = 1; if (options->HttpProxy) { addr = options->HttpProxyAddr; |