Commit 6781fdec authored by Hideaki Yoshifuji's avatar Hideaki Yoshifuji Committed by David S. Miller

[UDPv4]: Pass correct socket to ip_mc_sf_allow.

parent 1cc5f24f
...@@ -294,7 +294,7 @@ static inline struct sock *udp_v4_mcast_next(struct sock *sk, ...@@ -294,7 +294,7 @@ static inline struct sock *udp_v4_mcast_next(struct sock *sk,
ipv6_only_sock(s) || ipv6_only_sock(s) ||
(s->sk_bound_dev_if && s->sk_bound_dev_if != dif)) (s->sk_bound_dev_if && s->sk_bound_dev_if != dif))
continue; continue;
if (!ip_mc_sf_allow(sk, loc_addr, rmt_addr, dif)) if (!ip_mc_sf_allow(s, loc_addr, rmt_addr, dif))
continue; continue;
goto found; goto found;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment