Browse Source

Merge branch 'maint-0.2.8'

Roger Dingledine 8 years ago
parent
commit
ad8b9dcd47
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/or/dirserv.c

+ 1 - 2
src/or/dirserv.c

@@ -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);