瀏覽代碼

and blow away what appears to be some redundant logic

svn:r8806
Roger Dingledine 19 年之前
父節點
當前提交
6ecf74af60
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/or/routerlist.c

+ 0 - 1
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;
 }