mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'rl1987/bug26283'
This commit is contained in:
+1
-1
@@ -2764,7 +2764,7 @@ frac_nodes_with_descriptors(const smartlist_t *sl,
|
||||
if (node_has_any_descriptor(node))
|
||||
n_with_descs++;
|
||||
});
|
||||
return ((double)n_with_descs) / (double)smartlist_len(sl);
|
||||
return ((double)n_with_descs) / smartlist_len(sl);
|
||||
}
|
||||
|
||||
present = 0.0;
|
||||
|
||||
Reference in New Issue
Block a user