1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
This commit is contained in:
Jeff Becker 2019-04-25 08:53:26 -04:00
parent af1529fa72
commit 8282712eff
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -797,7 +797,7 @@ namespace llarp
}
if(server->Configure(netloop(), key, af, proto))
{
AddLink(std::move(server), false);
AddLink(std::move(server), true);
return;
}
LogError("failed to bind inbound link on ", key, " port ", proto);