mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
and get rid of an extra variable
svn:r6349
This commit is contained in:
+1
-1
@@ -3573,7 +3573,7 @@ int
|
||||
router_have_minimum_dir_info(void)
|
||||
{
|
||||
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;
|
||||
if (!networkstatus_list || !routerlist) {
|
||||
res = 0;
|
||||
|
||||
Reference in New Issue
Block a user