tree d0da2c6e210b47727097a77eefddfc7c3e2ea13e
parent 84b42baef775b0e3415ccece17cf694f50326d01
author David S. Miller <[EMAIL PROTECTED]> Sat, 09 Jul 2005 11:44:39 -0700
committer David S. Miller <[EMAIL PROTECTED]> Sat, 09 Jul 2005 11:44:39 -0700
[IPV6]: Fix warning in ip6_mc_msfilter.
Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
net/ipv6/mcast.c | 1 +
1 files changed, 1 insertion(+)
diff --git a/net/ipv6/mcast.c b/net/ipv6/mcast.c
--- a/net/ipv6/mcast.c
+++ b/net/ipv6/mcast.c
@@ -509,6 +509,7 @@ int ip6_mc_msfilter(struct sock *sk, str
return -ENODEV;
dev = idev->dev;
+ err = 0;
if (gsf->gf_fmode == MCAST_INCLUDE && gsf->gf_numsrc == 0) {
leavegroup = 1;
goto done;
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html