diff options
author | Roger Dingledine <arma@torproject.org> | 2016-05-11 13:42:40 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-05-11 13:42:40 -0400 |
commit | 163cee1b6489c8966681b420d6da49e8ff4a9d1f (patch) | |
tree | 668590354ca2421c913f68c32782dde850b17852 /src | |
parent | 8d962233f65022dc7fbc0466c981e3e7f2aea0c8 (diff) | |
parent | d40e8695f42959d180fe563d447422327535c753 (diff) | |
download | tor-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.c | 3 |
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); |