aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/route.c')
-rw-r--r--net/ipv6/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c
index 9da1ece466a2..18c486cf4987 100644
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c
@@ -2194,7 +2194,7 @@ static int rt6_fill_node(struct net *net,
2194 if (iif) { 2194 if (iif) {
2195#ifdef CONFIG_IPV6_MROUTE 2195#ifdef CONFIG_IPV6_MROUTE
2196 if (ipv6_addr_is_multicast(&rt->rt6i_dst.addr)) { 2196 if (ipv6_addr_is_multicast(&rt->rt6i_dst.addr)) {
2197 int err = ip6mr_get_route(skb, rtm, nowait); 2197 int err = ip6mr_get_route(net, skb, rtm, nowait);
2198 if (err <= 0) { 2198 if (err <= 0) {
2199 if (!nowait) { 2199 if (!nowait) {
2200 if (err == 0) 2200 if (err == 0)