소스 검색

finish a comment

Nick Mathewson 14 년 전
부모
커밋
50c9d31029
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/or/circuitbuild.c

+ 2 - 1
src/or/circuitbuild.c

@@ -4699,7 +4699,8 @@ rewrite_node_address_for_bridge(const bridge_info_t *bridge, node_t *node)
   /* XXXX move this function. */
   /* XXXX overridden addresses should really live in the node_t, so that the
    *   routerinfo_t and the microdesc_t can be immutable.  But we can only
-   *   do that safely if
+   *   do that safely if we know that no function that connects to an OR
+   *   does so through an address from any source other than node_get_addr().
    */
   tor_addr_t addr;