Remove extra comment that snuck in in last commit.

This commit is contained in:
Robert Watson 2008-07-29 18:38:37 +00:00
parent 8969dfea49
commit fc384eb954
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180967

View File

@ -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)");