[Mingw-w64-public] [PATCH] Use correct initializer for in6addr_loopback and in6addr_any

2014-07-30 Thread Erik van Pienbroek
In commit b8e8160d a fix was applied to prevent compiler warnings when using IN6ADDR_ANY_INIT or IN6ADDR_LOOPBACK_INIT: https://bugzilla.redhat.com/show_bug.cgi?id=1067426 Apparently this change wasn't fully complete as it turned out to break the contents of the global variable in6addr_loopback:

Re: [Mingw-w64-public] [PATCH] Use correct initializer for in6addr_loopback and in6addr_any

2014-07-30 Thread Kai Tietz
Hi Erik, Patch is ok. Please go ahead and apply. Yeah interesting to see. We missed to change that part proper. Thanks, Kai 2014-07-30 18:44 GMT+02:00 Erik van Pienbroek e...@vanpienbroek.nl: In commit b8e8160d a fix was applied to prevent compiler warnings when using IN6ADDR_ANY_INIT or