mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
Merge branch 'maint-0.3.2'
This commit is contained in:
commit
90fb57ec18
3
README
3
README
@ -27,3 +27,6 @@ Frequently Asked Questions:
|
|||||||
|
|
||||||
To get started working on Tor development:
|
To get started working on Tor development:
|
||||||
See the doc/HACKING directory.
|
See the doc/HACKING directory.
|
||||||
|
|
||||||
|
Release timeline:
|
||||||
|
https://trac.torproject.org/projects/tor/wiki/org/teams/NetworkTeam/CoreTorReleases
|
||||||
|
@ -2878,7 +2878,7 @@ dirvote_recalculate_timing(const or_options_t *options, time_t now)
|
|||||||
voting_schedule_t *new_voting_schedule;
|
voting_schedule_t *new_voting_schedule;
|
||||||
|
|
||||||
/* get the new voting schedule */
|
/* get the new voting schedule */
|
||||||
new_voting_schedule = get_voting_schedule(options, now, LOG_NOTICE);
|
new_voting_schedule = get_voting_schedule(options, now, LOG_INFO);
|
||||||
tor_assert(new_voting_schedule);
|
tor_assert(new_voting_schedule);
|
||||||
|
|
||||||
/* Fill in the global static struct now */
|
/* Fill in the global static struct now */
|
||||||
|
Loading…
Reference in New Issue
Block a user