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

svn:r5604
This commit is contained in:
Roger Dingledine 2005-12-15 21:44:23 +00:00
parent 002c9b3589
commit edde3fcf25

View File

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