summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-05-11 13:42:40 -0400
committerRoger Dingledine <arma@torproject.org>2016-05-11 13:42:40 -0400
commit163cee1b6489c8966681b420d6da49e8ff4a9d1f (patch)
tree668590354ca2421c913f68c32782dde850b17852 /src
parent8d962233f65022dc7fbc0466c981e3e7f2aea0c8 (diff)
parentd40e8695f42959d180fe563d447422327535c753 (diff)
downloadtor-163cee1b6489c8966681b420d6da49e8ff4a9d1f.tar.gz
tor-163cee1b6489c8966681b420d6da49e8ff4a9d1f.zip
Merge branch 'maint-0.2.7' into maint-0.2.8
Diffstat (limited to 'src')
-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 878c962f78..3e1f48062c 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);