aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r--net/ipv4/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c
index 1b70ffd12615..36c7add8de84 100644
--- a/net/ipv4/route.c
+++ b/net/ipv4/route.c
@@ -2619,7 +2619,7 @@ static int rt_fill_info(struct sk_buff *skb, u32 pid, u32 seq, int event,
2619 __be32 dst = rt->rt_dst; 2619 __be32 dst = rt->rt_dst;
2620 2620
2621 if (MULTICAST(dst) && !LOCAL_MCAST(dst) && 2621 if (MULTICAST(dst) && !LOCAL_MCAST(dst) &&
2622 IPV4_DEVCONF_ALL(MC_FORWARDING)) { 2622 IPV4_DEVCONF_ALL(&init_net, MC_FORWARDING)) {
2623 int err = ipmr_get_route(skb, r, nowait); 2623 int err = ipmr_get_route(skb, r, nowait);
2624 if (err <= 0) { 2624 if (err <= 0) {
2625 if (!nowait) { 2625 if (!nowait) {