summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-05-11 13:43:06 -0400
committerRoger Dingledine <arma@torproject.org>2016-05-11 13:43:06 -0400
commitad8b9dcd4713133fe840608e1ea98b09af6bc85a (patch)
treec26996acd776d4a09153918870a59dd7f1d794d4 /src/or/dirserv.c
parent60e9e484487b1163bc531b72597ee24741ce4df0 (diff)
parent163cee1b6489c8966681b420d6da49e8ff4a9d1f (diff)
downloadtor-ad8b9dcd4713133fe840608e1ea98b09af6bc85a.tar.gz
tor-ad8b9dcd4713133fe840608e1ea98b09af6bc85a.zip
Merge branch 'maint-0.2.8'
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 284c9bef82..441e4b5377 100644
--- a/src/or/dirserv.c
+++ b/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);