diff --git a/llarp/service/endpoint.cpp b/llarp/service/endpoint.cpp index ee07f3ca9..1aa37249f 100644 --- a/llarp/service/endpoint.cpp +++ b/llarp/service/endpoint.cpp @@ -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;