Преглед изворни кода

Remove an incorrect comment in connection_or_check_valid_tls_handshake

Nick Mathewson пре 13 година
родитељ
комит
80357abb11
1 измењених фајлова са 0 додато и 3 уклоњено
  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);
     }