aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-05-22 01:20:23 +0000
committerRoger Dingledine <arma@torproject.org>2007-05-22 01:20:23 +0000
commit590a98ff372fcc9f1aeb24b163506997e60fc9ce (patch)
treeb60bd865b5ae656dc22f346bafc292b7a17ceee6
parentb89ad9eb1bfcde68010b125232b05033f3b2bdfa (diff)
downloadtor-590a98ff372fcc9f1aeb24b163506997e60fc9ce.tar
tor-590a98ff372fcc9f1aeb24b163506997e60fc9ce.tar.gz
clean up r10240 so we avoid the exit node itself too
svn:r10242
-rw-r--r--src/or/circuitbuild.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index fda3b85ec..13a806bde 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -2345,6 +2345,7 @@ choose_random_entry(cpath_build_state_t *state)
int need_uptime = state->need_uptime;
int need_capacity = state->need_capacity;
+ smartlist_add(exit_family, chosen_exit);
routerlist_add_family(exit_family, chosen_exit);
if (!entry_guards)