Browse Source

Remove an incorrect comment in connection_or_check_valid_tls_handshake

Nick Mathewson 13 years ago
parent
commit
80357abb11
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/or/connection_or.c

+ 0 - 3
src/or/connection_or.c

@@ -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);
     }