be less eager to decide that the entire network is down

svn:r5434
This commit is contained in:
Roger Dingledine 2005-11-19 11:04:00 +00:00
parent 859d1c902a
commit f28770b639

View File

@ -340,7 +340,6 @@ router_pick_directory_server(int requireother,
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;
}