mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
ah ha, that variable was static. not useless after all.
svn:r5604
This commit is contained in:
parent
002c9b3589
commit
edde3fcf25
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user