Merge remote-tracking branch 'rl1987/bug26283'

This commit is contained in:
Nick Mathewson
2018-06-12 08:17:48 -04:00
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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;