- be C99 friendly. Anonymous unions are a GNU extension. This change is
[platform/upstream/busybox.git] / networking / wget.c
index 1147077..6c1c385 100644 (file)
@@ -535,7 +535,7 @@ int wget_main(int argc, char **argv)
        lsa = xhost2sockaddr(server.host, server.port);
        if (!(opt & WGET_OPT_QUIET)) {
                fprintf(stderr, "Connecting to %s (%s)\n", server.host,
-                               xmalloc_sockaddr2dotted(&lsa->sa));
+                               xmalloc_sockaddr2dotted(&lsa->u.sa));
                /* We leak result of xmalloc_sockaddr2dotted */
        }