aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-04-18 03:07:24 +0000
committerNick Mathewson <nickm@torproject.org>2006-04-18 03:07:24 +0000
commit6ebd8865119c8044d67259f4397d2c379271ed78 (patch)
treec20bbdbe386d192db813ff57ae17ca0ee95c8e2d /src/or/circuitbuild.c
parent47d3e23155a2946f37aeb1786b992d50760c1f2a (diff)
downloadtor-6ebd8865119c8044d67259f4397d2c379271ed78.tar
tor-6ebd8865119c8044d67259f4397d2c379271ed78.tar.gz
forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.
svn:r6396
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r--src/or/circuitbuild.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index e49b46132..9a68a636b 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -1420,7 +1420,6 @@ count_acceptable_routers(smartlist_t *routers)
}
if (r->is_valid == 0) {
// log_debug(LD_CIRC,"Nope, the directory says %d is not valid.",i);
- /* XXXX009 But invalid routers *are* sometimes acceptable. */
goto next_i_loop;
}
num++;