[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] be less eager to decide that the entire network is down
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:
be less eager to decide that the entire network is down
Index: routerlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.373
retrieving revision 1.374
diff -u -d -r1.373 -r1.374
--- routerlist.c 19 Nov 2005 10:38:23 -0000 1.373
+++ routerlist.c 19 Nov 2005 11:04:00 -0000 1.374
@@ -340,7 +340,6 @@
info(LD_DIR,"Still no %s router entries. Reloading and trying again.",
fascistfirewall ? "reachable" : "known");
- has_fetched_directory=0; /* reset it */
if (router_reload_router_list()) {
return NULL;
}