diff options
Diffstat (limited to 'networking/ping.c')
-rw-r--r-- | networking/ping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ping.c b/networking/ping.c index c475395e7..20489a070 100644 --- a/networking/ping.c +++ b/networking/ping.c | |||
@@ -756,7 +756,7 @@ static void ping6(len_and_sockaddr *lsa) | |||
756 | } | 756 | } |
757 | if (setsockopt(pingsock, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, | 757 | if (setsockopt(pingsock, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, |
758 | sizeof(filt)) < 0) | 758 | sizeof(filt)) < 0) |
759 | bb_error_msg_and_die("setsockopt(ICMP6_FILTER)"); | 759 | bb_error_msg_and_die("setsockopt(%s)", "ICMP6_FILTER"); |
760 | } | 760 | } |
761 | #endif /*ICMP6_FILTER*/ | 761 | #endif /*ICMP6_FILTER*/ |
762 | 762 | ||