summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/regression/netinet6/icmp6_filter/icmp6_filter.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/regression/netinet6/icmp6_filter/icmp6_filter.c b/tools/regression/netinet6/icmp6_filter/icmp6_filter.c
index ab47449..68e3b33 100644
--- a/tools/regression/netinet6/icmp6_filter/icmp6_filter.c
+++ b/tools/regression/netinet6/icmp6_filter/icmp6_filter.c
@@ -118,9 +118,6 @@ main(int argc, char *argv[])
/*
* ... And that we can read back the pass all rule again.
*/
- /*
- * Confirm that we can still read a pass all filter.
- */
len = sizeof(ic6f);
if (getsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &ic6f, &len) < 0)
err(-1, "7: getsockopt(ICMP6_FILTER)");
OpenPOWER on IntegriCloud