X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol_edge.c;h=daceb2e06c217d1087751325334200cf3bee28ce;hb=8156f3760973c17256a93ab48016b8b84f5444de;hp=9fd301f239c9e1d785eac185dcc947d0a33aedd9;hpb=46f3eba7755089ff68fdc137b0754cae2fa523eb;p=tinc diff --git a/src/protocol_edge.c b/src/protocol_edge.c index 9fd301f2..daceb2e0 100644 --- a/src/protocol_edge.c +++ b/src/protocol_edge.c @@ -26,7 +26,6 @@ #include "edge.h" #include "graph.h" #include "logger.h" -#include "meta.h" #include "net.h" #include "netutl.h" #include "node.h" @@ -70,7 +69,7 @@ bool add_edge_h(connection_t *c, const char *request) { char to_port[MAX_STRING_SIZE]; char address_local[MAX_STRING_SIZE]; char port_local[MAX_STRING_SIZE]; - sockaddr_t address, local_address = {{0}}; + sockaddr_t address, local_address = {0}; uint32_t options; int weight;