summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-07-29 18:38:37 +0000
committerrwatson <rwatson@FreeBSD.org>2008-07-29 18:38:37 +0000
commit2f0c3f6d28da0886e68ac911efb23033c8b1e48f (patch)
treee24efffa045a713d6ea4e28bf24130c98d9a234d /tools
parent4293351cbabccdc65d6621bdcd54e53ffaa405c2 (diff)
downloadFreeBSD-src-2f0c3f6d28da0886e68ac911efb23033c8b1e48f.zip
FreeBSD-src-2f0c3f6d28da0886e68ac911efb23033c8b1e48f.tar.gz
Remove extra comment that snuck in in last commit.
Diffstat (limited to 'tools')
-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