summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-03-14 16:46:43 -0400
committerNick Mathewson <nickm@torproject.org>2011-03-14 16:46:43 -0400
commit50c9d310290886d84c8d2d604279d674042d11c4 (patch)
treece7970063036b3db14de5740ac9ad0559d2776be
parente91a8c5589be1f562563a73c6e866a3b84afee87 (diff)
downloadtor-50c9d310290886d84c8d2d604279d674042d11c4.tar.gz
tor-50c9d310290886d84c8d2d604279d674042d11c4.zip
finish a comment
-rw-r--r--src/or/circuitbuild.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index e2b5f138d9..dbbb9dea85 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;