ip6_mc_msfilter(): pass the address list separately
that way we'll be able to reuse it for compat case Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -780,7 +780,7 @@ done:
|
||||
retv = -EINVAL;
|
||||
break;
|
||||
}
|
||||
retv = ip6_mc_msfilter(sk, gsf);
|
||||
retv = ip6_mc_msfilter(sk, gsf, gsf->gf_slist);
|
||||
kfree(gsf);
|
||||
|
||||
break;
|
||||
|
Reference in New Issue
Block a user