Explorar el Código

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

svn:r5604
Roger Dingledine hace 20 años
padre
commit
edde3fcf25
Se han modificado 1 ficheros con 1 adiciones y 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;
 }