diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-04-18 03:05:34 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-04-18 03:05:34 +0000 |
commit | 59814a031d2624048df7da6635e926bbe1eb73a9 (patch) | |
tree | 2bc8ab676748c1c2b8f3d5da03cda2d89277f06c /src/or/circuitbuild.c | |
parent | 78b407b486d4e70367673e6c584b56509a5c5aff (diff) | |
download | tor-59814a031d2624048df7da6635e926bbe1eb73a9.tar.gz tor-59814a031d2624048df7da6635e926bbe1eb73a9.zip |
"Resolve" all XXX011 items, mostly by marking them non-011.
svn:r6395
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 1 |
1 files changed, 0 insertions, 1 deletions
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++; |