mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
start exits
This commit is contained in:
parent
56676002aa
commit
a3e14028d5
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ namespace llarp
|
|||
}
|
||||
}
|
||||
// add endpoint
|
||||
if(!endpoint->Start())
|
||||
return false;
|
||||
m_Exits.emplace(name, std::move(endpoint));
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue