瀏覽代碼

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