]> granicus.if.org Git - curl/commitdiff
Fixed missing braces warning.
authorGisle Vanem <gvanem@broadpark.no>
Mon, 13 Dec 2004 11:31:01 +0000 (11:31 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Mon, 13 Dec 2004 11:31:01 +0000 (11:31 +0000)
tests/server/sws.c

index b9a57aac335211e80dc7861c6ff16d573cedb82f..f690ab3e11c6eb5e3a8547078cfd1fa790a1504c 100644 (file)
@@ -85,7 +85,7 @@
 static void win32_cleanup(void);
 
 #if defined(ENABLE_IPV6) && defined(__MINGW32__)
-const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
+const struct in6_addr in6addr_any = {{ IN6ADDR_ANY_INIT }};
 #endif
 #endif