bb_applet_name -> applet_name
[oweals/busybox.git] / networking / ping6.c
index 990328a5178eb99d632c16835a7d1fb5ae41f9db..6079c40d994187d2fdf02b380299d3c36fbdd768 100644 (file)
@@ -370,7 +370,7 @@ static void ping(const char *host)
                pingaddr.sin6_scope_id = if_index;
 
        printf("PING %s (%s): %d data bytes\n",
-                  hostent->h_name,
+                  hostent->h_name,
                   inet_ntop(AF_INET6, &pingaddr.sin6_addr,
                        buf, sizeof(buf)),
                   datalen);