initialize with zeros

pull/916/head
Jeff Becker 5 years ago
parent 065b022427
commit 0ec4e583d4
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;
struct in6_addr ip;
in6_addr ip = {0};
uint16_t port;
uint64_t version = LLARP_PROTO_VERSION;

Loading…
Cancel
Save