From 6ecf74af60316445e053b72cc63f85625c9fe31e Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 23 Oct 2006 10:17:52 +0000 Subject: and blow away what appears to be some redundant logic svn:r8806 --- src/or/routerlist.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/or/routerlist.c') 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; } -- cgit v1.2.3-54-g00ecf