[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r14115: touch up the comment too (tor/branches/tor-0_2_0-patches/src/or)
Author: arma
Date: 2008-03-18 19:11:52 -0400 (Tue, 18 Mar 2008)
New Revision: 14115
Modified:
tor/branches/tor-0_2_0-patches/src/or/directory.c
Log:
touch up the comment too
Modified: tor/branches/tor-0_2_0-patches/src/or/directory.c
===================================================================
--- tor/branches/tor-0_2_0-patches/src/or/directory.c 2008-03-18 22:54:37 UTC (rev 14114)
+++ tor/branches/tor-0_2_0-patches/src/or/directory.c 2008-03-18 23:11:52 UTC (rev 14115)
@@ -613,7 +613,8 @@
/** Evaluate the situation and decide if we should use an encrypted
* "begindir-style" connection for this directory request.
- * 1) If or_port is 0, or it's a direct conn and or_port is firewalled, no.
+ * 1) If or_port is 0, or it's a direct conn and or_port is firewalled
+ * or we're a dir mirror, no.
* 2) If we prefer to avoid begindir conns, and we're not fetching or
* publishing a bridge relay descriptor, no.
* 3) Else yes.