wget: don't be careless with xstrdup'ing
[oweals/busybox.git] / networking / traceroute.c
index 042cbe35a1ccb6b09c9406280429e9bacf3a00b9..4af52362567a2ef24277fa4fb5edd04c470279b3 100644 (file)
@@ -697,7 +697,7 @@ send_probe(int seq, int ttl, struct timeval *tp)
                if (cc < 0)
                        bb_perror_msg_and_die("sendto");
                printf("%s: wrote %s %d chars, ret=%d\n",
-                   bb_applet_name, hostname, packlen, cc);
+                   applet_name, hostname, packlen, cc);
                (void)fflush(stdout);
        }
 }