fixes for travis

pull/960/head
Jeff Becker 5 years ago committed by Stephen Shelton
parent a75ee79872
commit 4f87a95f66

@ -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