Skip to content
Snippets Groups Projects
Commit 58d88dfc authored by Roger Dingledine's avatar Roger Dingledine
Browse files

make new v3 authorities that aren't in the DirServers list believe

in themselves again. bug experienced by karsten.


svn:r13076
parent c7d3c7ac
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
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