From 77302e3578cb0b22e91b1ef29783d5f6aad7f5a9 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 18 Mar 2008 23:11:52 +0000 Subject: [PATCH] touch up the comment too svn:r14115 --- src/or/directory.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/or/directory.c b/src/or/directory.c index fcd5062b4..aee76a5b7 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.