pull/66/head
Jeff Becker 6 years ago
parent 715822c20d
commit 7b188d0fde
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -24,7 +24,7 @@ namespace llarp
Name() const;
bool
AllocateNewExit(const llarp::PubKey& pk, const llarp::PathID_t& path,
AllocateNewExit(const llarp::PubKey pk, const llarp::PathID_t& path,
bool permitInternet);
llarp::exit::Endpoint*

@ -268,7 +268,7 @@ namespace llarp
}
bool
ExitEndpoint::AllocateNewExit(const llarp::PubKey &pk,
ExitEndpoint::AllocateNewExit(const llarp::PubKey pk,
const llarp::PathID_t &path,
bool wantInternet)
{

Loading…
Cancel
Save