summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-04-03 06:22:54 +0000
committerRoger Dingledine <arma@torproject.org>2006-04-03 06:22:54 +0000
commit2cb3aeb4e1f4464c126df0911cf4408e6bc29f57 (patch)
treec07b0c161a81e48d24889d48e540a085ecff808f
parent9549d81d95e70ca37774125705a88c725c0b5062 (diff)
downloadtor-2cb3aeb4e1f4464c126df0911cf4408e6bc29f57.tar.gz
tor-2cb3aeb4e1f4464c126df0911cf4408e6bc29f57.zip
another point that needs more thinking
svn:r6306
-rw-r--r--src/or/routerlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 7d1b329efe..275e12d7f2 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -2689,6 +2689,8 @@ routers_update_all_from_networkstatus(void)
++n_named;
});
+/* XXX Why require more than 1 recent or listing? If the user
+ * has only one authority shouldn't he also get these warnings? -RD */
if (n_recent >= 2 && n_listing >= 2 &&
have_tried_downloading_all_statuses()) {
if (n_valid <= n_recent/2) {