1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

start exits

This commit is contained in:
Jeff Becker 2018-11-14 14:50:16 -05:00
parent 56676002aa
commit a3e14028d5
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -87,6 +87,8 @@ namespace llarp
}
}
// add endpoint
if(!endpoint->Start())
return false;
m_Exits.emplace(name, std::move(endpoint));
return true;
}