mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
make new v3 authorities that aren't in the DirServers list believe
in themselves again. bug experienced by karsten. svn:r13076
This commit is contained in:
parent
c7d3c7acd2
commit
58d88dfc7f
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ init_keys(void)
|
|||
(options->BridgeAuthoritativeDir ? BRIDGE_AUTHORITY : NO_AUTHORITY) |
|
||||
(options->HSAuthoritativeDir ? HIDSERV_AUTHORITY : NO_AUTHORITY));
|
||||
|
||||
if (!router_digest_is_trusted_dir(digest)) {
|
||||
if (!router_get_trusteddirserver_by_digest(digest)) {
|
||||
add_trusted_dir_server(options->Nickname, NULL,
|
||||
(uint16_t)options->DirPort,
|
||||
(uint16_t)options->ORPort,
|
||||
|
|
Loading…
Add table
Reference in a new issue