Skip to content
Snippets Groups Projects
Commit 931948ac authored by George Kadianakis's avatar George Kadianakis
Browse files

Prevent SRV assert when called from misconfigured bridge auth.

parent efa5bbab
No related branches found
No related tags found
No related merge requests found
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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment