mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Remove extra comment that snuck in in last commit.
This commit is contained in:
parent
8969dfea49
commit
fc384eb954
1 changed files with 0 additions and 3 deletions
|
|
@ -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)");
|
||||
|
|
|
|||
Loading…
Reference in a new issue