touch up the comment too

svn:r14115
This commit is contained in:
Roger Dingledine 2008-03-18 23:11:52 +00:00
parent fc3f30c95e
commit 77302e3578
1 changed files with 2 additions and 1 deletions

View File

@ -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.