mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
build one path if we don't have a path for remote intro on send
This commit is contained in:
parent
c7e100787b
commit
21ab744b17
@ -1595,6 +1595,7 @@ namespace llarp
|
|||||||
path = m_Endpoint->GetPathByRouter(remoteIntro.router);
|
path = m_Endpoint->GetPathByRouter(remoteIntro.router);
|
||||||
if(path == nullptr)
|
if(path == nullptr)
|
||||||
{
|
{
|
||||||
|
BuildOneAlignedTo(remoteIntro.router);
|
||||||
llarp::LogWarn(Name(), " dropping intro frame, no path to ",
|
llarp::LogWarn(Name(), " dropping intro frame, no path to ",
|
||||||
remoteIntro.router);
|
remoteIntro.router);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user