summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.