summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-10-23 10:17:52 +0000
committerRoger Dingledine <arma@torproject.org>2006-10-23 10:17:52 +0000
commit6ecf74af60316445e053b72cc63f85625c9fe31e (patch)
tree8dde7058b3d1857c179826fb11af5eee20ccbdbd
parent77c8c0ee5158643960cbb6d3e30f11f3508f2481 (diff)
downloadtor-6ecf74af60316445e053b72cc63f85625c9fe31e.tar.gz
tor-6ecf74af60316445e053b72cc63f85625c9fe31e.zip
and blow away what appears to be some redundant logic
svn:r8806
-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 d469db808e..0f7a382fc5 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -3995,7 +3995,6 @@ update_router_have_minimum_dir_info(void)
"is your network connection down?)");
control_event_client_status(LOG_NOTICE, "NOT_ENOUGH_DIR_INFO");
}
- need_to_update_have_min_dir_info = 0; /* XXX redundant */
have_min_dir_info = res;
}