[tor-commits] [tor/maint-0.2.8] unbreak the build (when warnings are enabled)
arma at torproject.org
arma at torproject.org
Wed May 11 17:42:10 UTC 2016
commit d40e8695f42959d180fe563d447422327535c753
Author: Roger Dingledine <arma at torproject.org>
Date: Wed May 11 13:42:00 2016 -0400
unbreak the build (when warnings are enabled)
---
src/or/dirserv.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index a367669..01b08ca 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -1597,9 +1597,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);
More information about the tor-commits
mailing list