[or-cvs] r11571: note another bug i'd like to fix (tor/trunk/src/or)

arma at seul.org arma at seul.org
Sat Sep 22 00:05:46 UTC 2007


Author: arma
Date: 2007-09-21 20:05:46 -0400 (Fri, 21 Sep 2007)
New Revision: 11571

Modified:
   tor/trunk/src/or/directory.c
Log:
note another bug i'd like to fix


Modified: tor/trunk/src/or/directory.c
===================================================================
--- tor/trunk/src/or/directory.c	2007-09-21 23:06:54 UTC (rev 11570)
+++ tor/trunk/src/or/directory.c	2007-09-22 00:05:46 UTC (rev 11571)
@@ -574,6 +574,7 @@
   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;



More information about the tor-commits mailing list