remove dead code

pull/403/head
Jeff Becker 5 years ago
parent de868e3623
commit 7ebb49478e
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -759,20 +759,7 @@ namespace llarp
AddInboundLink(server);
return;
}
if(af == AF_INET6)
{
// we failed to configure IPv6
// try IPv4
llarp::LogInfo("link ", key,
" failed to configure IPv6, trying IPv4");
af = AF_INET;
if(server->Configure(netloop(), key, af, proto))
{
AddInboundLink(server);
return;
}
}
llarp::LogError("Failed to set up curvecp link");
LogError("failed to bind inbound link on ", val);
}
}
else if(StrEq(section, "network"))

Loading…
Cancel
Save