]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove an incorrect comment in connection_or_check_valid_tls_handshake
authorNick Mathewson <nickm@torproject.org>
Mon, 22 Nov 2010 16:36:22 +0000 (11:36 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 22 Nov 2010 16:36:22 +0000 (11:36 -0500)
src/or/connection_or.c

index 415a48dca3d5df5b248db4dd8f47a712110f2298..6279c93ab11817645c1a624193390937daf96ee6 100644 (file)
@@ -1098,9 +1098,6 @@ connection_or_check_valid_tls_handshake(or_connection_t *conn,
       as_advertised = 0;
     }
     if (authdir_mode_tests_reachability(options)) {
-      /* We initiated this connection to address:port.  Drop all routers
-       * with the same address:port and a different key.
-       */
       dirserv_orconn_tls_done(conn->_base.address, conn->_base.port,
                               digest_rcvd_out, as_advertised);
     }