pull/1258/head
Jeff Becker 4 years ago
parent 635dc4fe13
commit 01cc2c86bf
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -20,10 +20,7 @@ namespace llarp
public dns::IQueryHandler,
public std::enable_shared_from_this<TunEndpoint>
{
TunEndpoint(
AbstractRouter* r,
llarp::service::Context* parent,
bool lazyVPN = false);
TunEndpoint(AbstractRouter* r, llarp::service::Context* parent, bool lazyVPN = false);
~TunEndpoint() override;
path::PathSet_ptr

@ -228,7 +228,7 @@ namespace llarp
bool
ExitEnabled() const
{
return false; // FIXME - have to fix the FIXME because FIXME
return false; // FIXME - have to fix the FIXME because FIXME
throw std::runtime_error("FIXME: this needs to be derived from config");
/*
// TODO: use equal_range ?

@ -7,7 +7,6 @@
namespace py = pybind11;
namespace llarp
{
void

Loading…
Cancel
Save