aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-04-09 10:10:09 +0000
committerRoger Dingledine <arma@torproject.org>2006-04-09 10:10:09 +0000
commitb18d20ce32aa4d57d596344e65f04f89c0ba0f3e (patch)
treef960e697c8f58b766e333f4982b7494bd5914d45 /src
parentfc320a24f6f1d897a8aadd080d778e2ac3d90412 (diff)
downloadtor-b18d20ce32aa4d57d596344e65f04f89c0ba0f3e.tar
tor-b18d20ce32aa4d57d596344e65f04f89c0ba0f3e.tar.gz
Here is an attempted fix for directory mirrors that are frozen
in fear because they don't have all the networkstatuses. There's no reason not to proceed if all the other checks are ok -- we just shouldn't warn about certain things yet. svn:r6337
Diffstat (limited to 'src')
-rw-r--r--src/or/routerlist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 43bd5740d..ebb34e1f8 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -3597,8 +3597,6 @@ router_have_minimum_dir_info(void)
log_info(LD_DIR,
"We have only tried downloading %d/%d network statuses.",
n_tried, n_authorities);
- res = 0;
- goto done;
} else {
have_ever_tried_all = 1;
}