pull/209/head
Jeff Becker 5 years ago
parent 69a0c3ee54
commit 43284c0bb3
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -1289,6 +1289,8 @@ namespace llarp
for(const auto &factory : linkFactories)
{
auto link = factory(this);
if(!link)
continue;
if(!link->EnsureKeys(transport_keyfile.string().c_str()))
{
llarp::LogError("failed to load ", transport_keyfile);

Loading…
Cancel
Save