From: Roger Dingledine Date: Wed, 11 May 2016 17:42:00 +0000 (-0400) Subject: unbreak the build (when warnings are enabled) X-Git-Tag: tor-0.2.8.3-alpha~29^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d40e8695f42959d180fe563d447422327535c753;p=thirdparty%2Ftor.git unbreak the build (when warnings are enabled) --- diff --git a/src/or/dirserv.c b/src/or/dirserv.c index a367669db0..01b08ca41b 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);