[or-cvs] Here is an attempted fix for directory mirrors that are fro...
arma at seul.org
arma at seul.org
Sun Apr 9 10:10:11 UTC 2006
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
routerlist.c
Log Message:
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.
Index: routerlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.491
retrieving revision 1.492
diff -u -p -d -r1.491 -r1.492
--- routerlist.c 8 Apr 2006 21:48:14 -0000 1.491
+++ routerlist.c 9 Apr 2006 10:10:09 -0000 1.492
@@ -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;
}
More information about the tor-commits
mailing list