mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
and get rid of an extra variable
svn:r6349
This commit is contained in:
parent
82bc49d922
commit
acc2eb445d
1 changed files with 1 additions and 1 deletions
|
@ -3573,7 +3573,7 @@ int
|
||||||
router_have_minimum_dir_info(void)
|
router_have_minimum_dir_info(void)
|
||||||
{
|
{
|
||||||
int tot = 0, num_running = 0;
|
int tot = 0, num_running = 0;
|
||||||
int n_ns, n_tried, n_authorities, res, avg;
|
int n_ns, n_authorities, res, avg;
|
||||||
static int have_enough = 0;
|
static int have_enough = 0;
|
||||||
if (!networkstatus_list || !routerlist) {
|
if (!networkstatus_list || !routerlist) {
|
||||||
res = 0;
|
res = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue