commit | 2db782bc7be70c34a756e2bc6d4a53e8f47bab20 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Aug 24 19:08:14 2015 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Aug 24 20:00:17 2015 +0200 |
tree | 91d372a22639996578242a259eca0b163e705826 | |
parent | 729b70646cc748e1e88ddaec3ed542adcf7fa3da [diff] [blame] |
Merge setsockopt error messages Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/networking/ping.c b/networking/ping.c index c475395..20489a0 100644 --- a/networking/ping.c +++ b/networking/ping.c
@@ -756,7 +756,7 @@ } if (setsockopt(pingsock, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, sizeof(filt)) < 0) - bb_error_msg_and_die("setsockopt(ICMP6_FILTER)"); + bb_error_msg_and_die("setsockopt(%s)", "ICMP6_FILTER"); } #endif /*ICMP6_FILTER*/