From 931948ac6ad0c6f5327fd3c212ce6fe241a071f1 Mon Sep 17 00:00:00 2001 From: George Kadianakis Date: Wed, 1 Mar 2017 15:56:29 +0200 Subject: Prevent SRV assert when called from misconfigured bridge auth. --- src/or/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/main.c') diff --git a/src/or/main.c b/src/or/main.c index 5549f97998..475587eacd 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -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; } -- cgit v1.2.3-54-g00ecf