aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-03-25 15:02:37 -0400
committerNick Mathewson <nickm@torproject.org>2011-04-26 23:54:15 -0400
commitaffdec8d044513fb87a6dd8931be49974326e8e7 (patch)
tree59be828aeccf2f760558b7d97c35df35d94c0375
parent5710ea64757cf0b36ab6d97409bbb9213116f949 (diff)
downloadtor-affdec8d044513fb87a6dd8931be49974326e8e7.tar
tor-affdec8d044513fb87a6dd8931be49974326e8e7.tar.gz
Add an XXX022-1090 to note consider_exit_fmily b0rkenness
-rw-r--r--src/or/circuitbuild.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 4fa87c018..b6627a0f8 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -4142,6 +4142,8 @@ choose_random_entry(cpath_build_state_t *state)
/* still no? if we're using bridges,
* and our chosen exit is in the same family as all our
* bridges, then be flexible about families. */
+ /* XXXX022-1090 This is probably not what people want. Better to choose
+ * a new exit. */
consider_exit_family = 0;
goto retry;
}