build one path if we don't have a path for remote intro on send

pull/335/head
Jeff Becker 6 years ago
parent c7e100787b
commit 21ab744b17
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -1595,6 +1595,7 @@ namespace llarp
path = m_Endpoint->GetPathByRouter(remoteIntro.router);
if(path == nullptr)
{
BuildOneAlignedTo(remoteIntro.router);
llarp::LogWarn(Name(), " dropping intro frame, no path to ",
remoteIntro.router);
return;

Loading…
Cancel
Save