Commit 163cee1b authored by Roger Dingledine's avatar Roger Dingledine
Browse files

Merge branch 'maint-0.2.7' into maint-0.2.8

parents 8d962233 d40e8695
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1599,9 +1599,8 @@ dirserv_compute_performance_thresholds(digestmap_t *omit_as_sybil)
 * networkstatus_getinfo_by_purpose().
 */
void
dirserv_compute_bridge_flag_thresholds()
dirserv_compute_bridge_flag_thresholds(void)
{

  digestmap_t *omit_as_sybil = digestmap_new();
  dirserv_compute_performance_thresholds(omit_as_sybil);
  digestmap_free(omit_as_sybil, NULL);