projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84b42ba
)
[IPV6]: Fix warning in ip6_mc_msfilter.
author
David S. Miller
<davem@davemloft.net>
Sat, 9 Jul 2005 04:44:39 +0000
(21:44 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 9 Jul 2005 04:44:39 +0000
(21:44 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/mcast.c
patch
|
blob
|
history
diff --git
a/net/ipv6/mcast.c
b/net/ipv6/mcast.c
index
398c982
..
29fed6e
100644
(file)
--- a/
net/ipv6/mcast.c
+++ b/
net/ipv6/mcast.c
@@
-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;