summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-03-18 23:11:52 +0000
committerRoger Dingledine <arma@torproject.org>2008-03-18 23:11:52 +0000
commit77302e3578cb0b22e91b1ef29783d5f6aad7f5a9 (patch)
treec94be4c0110812b01208308debc47551e3cddaee
parentfc3f30c95ed866fc5b97ca05cdde0fd75b367e6a (diff)
downloadtor-0.2.0.22-rc.tar.gz
tor-0.2.0.22-rc.zip
touch up the comment tootor-0.2.0.22-rc
svn:r14115
-rw-r--r--src/or/directory.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/directory.c b/src/or/directory.c
index fcd5062b47..aee76a5b71 100644
--- a/src/or/directory.c
+++ b/src/or/directory.c
@@ -613,7 +613,8 @@ connection_dir_download_cert_failed(dir_connection_t *conn, int status)
/** 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.