[tor-commits] [tor/master] finish a comment

nickm at torproject.org nickm at torproject.org
Mon Mar 14 20:46:14 UTC 2011


commit 50c9d310290886d84c8d2d604279d674042d11c4
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Mar 14 16:46:43 2011 -0400

    finish a comment
---
 src/or/circuitbuild.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index e2b5f13..dbbb9de 100644
--- a/src/or/circuitbuild.c
+++ b/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;
 



More information about the tor-commits mailing list