Explorar o código

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

svn:r5604
Roger Dingledine %!s(int64=20) %!d(string=hai) anos
pai
achega
edde3fcf25
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
 }