Преглед на файлове

Merge branch 'maint-0.2.8'

Roger Dingledine преди 8 години
родител
ревизия
ad8b9dcd47
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  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().
  * networkstatus_getinfo_by_purpose().
  */
  */
 void
 void
-dirserv_compute_bridge_flag_thresholds()
+dirserv_compute_bridge_flag_thresholds(void)
 {
 {
-
   digestmap_t *omit_as_sybil = digestmap_new();
   digestmap_t *omit_as_sybil = digestmap_new();
   dirserv_compute_performance_thresholds(omit_as_sybil);
   dirserv_compute_performance_thresholds(omit_as_sybil);
   digestmap_free(omit_as_sybil, NULL);
   digestmap_free(omit_as_sybil, NULL);