]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove comment about Tor2web
authorteor <teor@torproject.org>
Wed, 25 Jul 2018 07:40:20 +0000 (17:40 +1000)
committerteor <teor@torproject.org>
Wed, 25 Jul 2018 07:40:20 +0000 (17:40 +1000)
Part of #26367.

src/core/or/connection_or.c

index 4fc77fde0cf3ecc4d027750db3b011f38db400d0..c5ff10f6a3455238c747532afaf73da6fef35ae0 100644 (file)
@@ -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;