From fc384eb954aaf3f4b54beebe6cc7826992e2fb65 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Tue, 29 Jul 2008 18:38:37 +0000 Subject: [PATCH] Remove extra comment that snuck in in last commit. --- tools/regression/netinet6/icmp6_filter/icmp6_filter.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/regression/netinet6/icmp6_filter/icmp6_filter.c b/tools/regression/netinet6/icmp6_filter/icmp6_filter.c index ab47449a7bb..68e3b331414 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)");