浏览代码

ah ha, that variable was static. not useless after all.

svn:r5604
Roger Dingledine 20 年之前
父节点
当前提交
edde3fcf25
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/or/routerlist.c

+ 1 - 0
src/or/routerlist.c

@@ -3345,6 +3345,7 @@ router_have_minimum_dir_info(void)
         "enough to build circuits.%s",
         any_running ? "" : " (All servers seem down -- network down?)");
   }
+  have_enough = res;
   return res;
 }