try fix for localhost.loki

pull/686/head
Jeff Becker 5 years ago
parent adcc866478
commit a781589b52
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -351,7 +351,7 @@ namespace llarp
context->ForEachService(
[&](const std::string &,
const std::shared_ptr< service::Endpoint > &service) -> bool {
service::Address addr = service->GetIdentity().pub.Addr();
const service::Address addr = service->GetIdentity().pub.Addr();
msg.AddCNAMEReply(addr.ToString(), 1);
++counter;
return true;

@ -107,7 +107,7 @@ namespace llarp
/// get the local interface's address
huint128_t
GetIfAddr() const;
GetIfAddr() const override;
bool
HasLocalIP(const huint128_t& ip) const;

Loading…
Cancel
Save