mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
unbreak the build (when warnings are enabled)
This commit is contained in:
+1
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user