mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Correct a comment.
MFC after: 1 day
This commit is contained in:
parent
0dc5893ef3
commit
a8cf681de2
1 changed files with 1 additions and 1 deletions
|
|
@ -1967,7 +1967,7 @@ inp_join_group(struct inpcb *inp, struct sockopt *sopt)
|
|||
imf = &imo->imo_mfilters[idx];
|
||||
if (ssa->ss.ss_family != AF_UNSPEC) {
|
||||
/*
|
||||
* MCAST_JOIN_SOURCE on an exclusive membership
|
||||
* MCAST_JOIN_SOURCE_GROUP on an exclusive membership
|
||||
* is an error. On an existing inclusive membership,
|
||||
* it just adds the source to the filter list.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue