]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
finish a comment
authorNick Mathewson <nickm@torproject.org>
Mon, 14 Mar 2011 20:46:43 +0000 (16:46 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 14 Mar 2011 20:46:43 +0000 (16:46 -0400)
src/or/circuitbuild.c

index e2b5f138d96a508215a7dd3c1219c2e5d3203043..dbbb9dea8503fa652f7e47663783e5c999b5d29c 100644 (file)
@@ -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;