mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Require MIN_METHOD_FOR_RECOMMENDED_PROTOCOLS
(Remove support for running without this method.)
This commit is contained in:
parent
5f90d28c01
commit
2609a8be81
1 changed files with 1 additions and 1 deletions
|
@ -1504,7 +1504,7 @@ networkstatus_compute_consensus(smartlist_t *votes,
|
||||||
tor_free(flaglist);
|
tor_free(flaglist);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (consensus_method >= MIN_METHOD_FOR_RECOMMENDED_PROTOCOLS) {
|
{
|
||||||
int num_dirauth = get_n_authorities(V3_DIRINFO);
|
int num_dirauth = get_n_authorities(V3_DIRINFO);
|
||||||
int idx;
|
int idx;
|
||||||
for (idx = 0; idx < 4; ++idx) {
|
for (idx = 0; idx < 4; ++idx) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue