mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 15:23:27 +01:00
Merge branch 'maint-0.2.7' into maint-0.2.8
This commit is contained in:
commit
163cee1b64
@ -1599,9 +1599,8 @@ dirserv_compute_performance_thresholds(digestmap_t *omit_as_sybil)
|
|||||||
* networkstatus_getinfo_by_purpose().
|
* networkstatus_getinfo_by_purpose().
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
dirserv_compute_bridge_flag_thresholds()
|
dirserv_compute_bridge_flag_thresholds(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
digestmap_t *omit_as_sybil = digestmap_new();
|
digestmap_t *omit_as_sybil = digestmap_new();
|
||||||
dirserv_compute_performance_thresholds(omit_as_sybil);
|
dirserv_compute_performance_thresholds(omit_as_sybil);
|
||||||
digestmap_free(omit_as_sybil, NULL);
|
digestmap_free(omit_as_sybil, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user