Print this page
7127  remove -Wno-missing-braces from Makefile.uts

*** 1940,1950 **** * Dequeue and process all queued advertisements. */ static void loopback_ra_dequeue(void) { ! struct sockaddr_in6 from = IN6ADDR_LOOPBACK_INIT; struct raq *raq; if (debug & D_PKTIN) logmsg(LOG_DEBUG, "loopback_ra_dequeue()\n"); --- 1940,1950 ---- * Dequeue and process all queued advertisements. */ static void loopback_ra_dequeue(void) { ! struct sockaddr_in6 from = { 0, 0, 0, IN6ADDR_LOOPBACK_INIT }; struct raq *raq; if (debug & D_PKTIN) logmsg(LOG_DEBUG, "loopback_ra_dequeue()\n");