pull/576/head
Jeff Becker 6 years ago
parent 8282712eff
commit af62e051b5
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -1878,7 +1878,7 @@ namespace llarp
{ {
if(!link->Configure(netloop(), "*", af, m_OutboundPort)) if(!link->Configure(netloop(), "*", af, m_OutboundPort))
continue; continue;
AddLink(std::move(link), true); AddLink(std::move(link), false);
break; break;
} }
} }

Loading…
Cancel
Save