aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-11-19 11:04:00 +0000
committerRoger Dingledine <arma@torproject.org>2005-11-19 11:04:00 +0000
commitf28770b63937bc7061335187dd636b7c91d0ffe3 (patch)
tree048a3badd12b009a4bd5245cd07dcd6bc350d54a /src/or
parent859d1c902aaa48fc65b144ce0462675e08ac2fc4 (diff)
downloadtor-f28770b63937bc7061335187dd636b7c91d0ffe3.tar
tor-f28770b63937bc7061335187dd636b7c91d0ffe3.tar.gz
be less eager to decide that the entire network is down
svn:r5434
Diffstat (limited to 'src/or')
-rw-r--r--src/or/routerlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index db4649cc4..fece42dd4 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -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;
}