Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c05989b authored by David S. Miller's avatar David S. Miller
Browse files

[IPV6]: Fix warning in ip6_mc_msfilter.

parent 84b42bae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -509,6 +509,7 @@ int ip6_mc_msfilter(struct sock *sk, struct group_filter *gsf)
		return -ENODEV;
	dev = idev->dev;

	err = 0;
	if (gsf->gf_fmode == MCAST_INCLUDE && gsf->gf_numsrc == 0) {
		leavegroup = 1;
		goto done;