summaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-29 20:17:24 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-29 20:17:24 +0000
commit3a8a2cb2de84edc5301ef3f4e1754feba9081396 (patch)
tree1eda3341b162398ac4982a9936d8578b32e76a8e /src/or/connection.c
parent8625297cee34d71bc5967175d4d40ea51e75cf70 (diff)
downloadtor-3a8a2cb2de84edc5301ef3f4e1754feba9081396.tar.gz
tor-3a8a2cb2de84edc5301ef3f4e1754feba9081396.zip
Downgrade some xxx021s, comment more on others, etc
svn:r17823
Diffstat (limited to 'src/or/connection.c')
-rw-r--r--src/or/connection.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index f6a9b291d8..2587e28f96 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -582,8 +582,6 @@ connection_about_to_close_connection(connection_t *conn)
int reason = tls_error_to_orconn_end_reason(or_conn->tls_error);
control_event_or_conn_status(or_conn, OR_CONN_EVENT_FAILED,
reason);
- /* XXX021 come up with a better string for the first arg -RD */
- /* What did you have in mind? -NM */
if (!authdir_mode_tests_reachability(options))
control_event_bootstrap_problem(
orconn_end_reason_to_control_string(reason), reason);