fixes for travis

pull/959/head
Jeff Becker 5 years ago
parent 8f891c57b6
commit 5f01d75c2c
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -23,7 +23,7 @@ namespace llarp
uint16_t rank;
std::string dialect;
llarp::PubKey pubkey;
in6_addr ip = {0};
in6_addr ip = {};
uint16_t port;
uint64_t version = LLARP_PROTO_VERSION;

@ -18,8 +18,8 @@ namespace llarp
{
struct ExitInfo
{
in6_addr address = {0};
in6_addr netmask = {0};
in6_addr address = {};
in6_addr netmask = {};
PubKey pubkey;
uint64_t version = LLARP_PROTO_VERSION;

Loading…
Cancel
Save