diff options
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/router.c b/src/or/router.c index ada3703da9..30b55a562a 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -378,6 +378,7 @@ init_keys(void) digest, options->V1AuthoritativeDir, /* v1 authority */ options->V2AuthoritativeDir, /* v2 authority */ + options->BridgeAuthoritativeDir, /* bridge auth */ options->HSAuthoritativeDir /*hidserv authority*/); } return 0; /* success */ |