[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r10242: clean up r10240 so we avoid the exit node itself too (tor/trunk/src/or)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r10242: clean up r10240 so we avoid the exit node itself too (tor/trunk/src/or)
- From: arma@xxxxxxxx
- Date: Mon, 21 May 2007 21:20:26 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Mon, 21 May 2007 21:20:39 -0400
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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)