[or-cvs] r10242: clean up r10240 so we avoid the exit node itself too (tor/trunk/src/or)
arma at seul.org
arma at seul.org
Tue May 22 01:20:26 UTC 2007
Author: arma
Date: 2007-05-21 21:20:23 -0400 (Mon, 21 May 2007)
New Revision: 10242
Modified:
tor/trunk/src/or/circuitbuild.c
Log:
clean up r10240 so we avoid the exit node itself too
Modified: tor/trunk/src/or/circuitbuild.c
===================================================================
--- tor/trunk/src/or/circuitbuild.c 2007-05-22 01:17:08 UTC (rev 10241)
+++ tor/trunk/src/or/circuitbuild.c 2007-05-22 01:20:23 UTC (rev 10242)
@@ -2345,6 +2345,7 @@
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)
More information about the tor-commits
mailing list