From: teor Date: Wed, 25 Jul 2018 07:40:20 +0000 (+1000) Subject: Remove comment about Tor2web X-Git-Tag: tor-0.3.5.1-alpha~185^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db2a9180bebb8fab35229226ddc8a1d775e2837c;p=thirdparty%2Ftor.git Remove comment about Tor2web Part of #26367. --- diff --git a/src/core/or/connection_or.c b/src/core/or/connection_or.c index 4fc77fde0c..c5ff10f6a3 100644 --- a/src/core/or/connection_or.c +++ b/src/core/or/connection_or.c @@ -1943,7 +1943,7 @@ connection_or_client_learned_peer_id(or_connection_t *conn, int severity; const char *extra_log = ""; - /* Relays, Single Onion Services, and Tor2web make direct connections using + /* Relays and Single Onion Services make direct connections using * untrusted authentication keys. */ if (server_mode(options) || non_anonymous_mode) { severity = LOG_PROTOCOL_WARN;