Fix all warnings when compiling with -Wall -W -pedantic.
[oweals/tinc.git] / src / multicast_device.c
index 99f26ca9e038d18947ef3f8e7706a50bdbbe4e90..e9607f0da87b7223e73e531754115957efb6faa7 100644 (file)
@@ -32,7 +32,7 @@
 static const char *device_info = "multicast socket";
 
 static struct addrinfo *ai = NULL;
-static mac_t ignore_src = {{0}};
+static mac_t ignore_src = {0};
 
 static bool setup_device(void) {
        char *host = NULL;