Cleanup legacy config path component.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -56,17 +56,16 @@ where
|
|||||||
{
|
{
|
||||||
let notary_only = self
|
let notary_only = self
|
||||||
.services
|
.services
|
||||||
.server
|
|
||||||
.config
|
.config
|
||||||
.only_query_trusted_key_servers;
|
.only_query_trusted_key_servers;
|
||||||
|
|
||||||
let notary_first_always = self
|
let notary_first_always = self
|
||||||
.services
|
.services
|
||||||
.server
|
|
||||||
.config
|
.config
|
||||||
.query_trusted_key_servers_first;
|
.query_trusted_key_servers_first;
|
||||||
|
|
||||||
let notary_first_on_join = self
|
let notary_first_on_join = self
|
||||||
.services
|
.services
|
||||||
.server
|
|
||||||
.config
|
.config
|
||||||
.query_trusted_key_servers_first_on_join;
|
.query_trusted_key_servers_first_on_join;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user