mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
put one of the XXX's back in
svn:r6422
This commit is contained in:
parent
3c86402cc2
commit
701341ef8a
@ -1421,6 +1421,10 @@ count_acceptable_routers(smartlist_t *routers)
|
||||
if (r->is_valid == 0) {
|
||||
// log_debug(LD_CIRC,"Nope, the directory says %d is not valid.",i);
|
||||
goto next_i_loop;
|
||||
/* XXX This clause makes us count incorrectly: if AllowInvalidRouters
|
||||
* allows this node in some places, then we're getting an inaccurate
|
||||
* count. For now, be conservative and don't count it. But later we
|
||||
* should try to be smarter. */
|
||||
}
|
||||
num++;
|
||||
// log_debug(LD_CIRC,"I like %d. num_acceptable_routers now %d.",i, num);
|
||||
|
Loading…
Reference in New Issue
Block a user