mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Merge remote-tracking branch 'asn/bug21586'
This commit is contained in:
commit
a0a4f8ae5d
2 changed files with 5 additions and 1 deletions
4
changes/bug21586
Normal file
4
changes/bug21586
Normal file
|
@ -0,0 +1,4 @@
|
|||
o Minor bugfix (directory authority):
|
||||
- Prevent the shared randomness subsystem from asserting when initialized
|
||||
by a bridge authority with an incomplete configuration file. Fixes bug
|
||||
#21856; bugfix on 0.2.9.8.
|
|
@ -2405,7 +2405,7 @@ do_main_loop(void)
|
|||
}
|
||||
|
||||
/* Setup shared random protocol subsystem. */
|
||||
if (authdir_mode_publishes_statuses(get_options())) {
|
||||
if (authdir_mode_v3(get_options())) {
|
||||
if (sr_init(1) < 0) {
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue