set intro

pull/598/head
Jeff Becker 5 years ago
parent 744ebac579
commit dee639500a
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -142,6 +142,9 @@ namespace llarp
OutboundContext::AsyncGenIntro(const llarp_buffer_t& payload,
ProtocolType t)
{
if(remoteIntro.router.IsZero())
SwapIntros();
auto path = m_PathSet->GetNewestPathByRouter(remoteIntro.router);
if(path == nullptr)
{

Loading…
Cancel
Save