From 59814a031d2624048df7da6635e926bbe1eb73a9 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 18 Apr 2006 03:05:34 +0000 Subject: "Resolve" all XXX011 items, mostly by marking them non-011. svn:r6395 --- src/or/circuitbuild.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/or/circuitbuild.c') diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index e49b461320..9a68a636b0 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++; -- cgit v1.2.3-54-g00ecf