aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-05-11 13:42:00 -0400
committerRoger Dingledine <arma@torproject.org>2016-05-11 13:42:00 -0400
commitd40e8695f42959d180fe563d447422327535c753 (patch)
treeec9d52cd3ee5587105262b42abfbed2d4ebfd6ff /src/or/dirserv.c
parent4e94580591da579e53461aeedfb1340836427c02 (diff)
downloadtor-d40e8695f42959d180fe563d447422327535c753.tar.gz
tor-d40e8695f42959d180fe563d447422327535c753.zip
unbreak the build (when warnings are enabled)
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r--src/or/dirserv.c3
1 files changed, 1 insertions, 2 deletions
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);