diff options
Diffstat (limited to 'net/ipv6/icmp.c')
-rw-r--r-- | net/ipv6/icmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/icmp.c b/net/ipv6/icmp.c index cff74127ea32..d4c4b50420d8 100644 --- a/net/ipv6/icmp.c +++ b/net/ipv6/icmp.c | |||
@@ -178,7 +178,7 @@ static inline int icmpv6_xrlim_allow(struct sock *sk, int type, | |||
178 | * XXX: perhaps the expire for routing entries cloned by | 178 | * XXX: perhaps the expire for routing entries cloned by |
179 | * this lookup should be more aggressive (not longer than timeout). | 179 | * this lookup should be more aggressive (not longer than timeout). |
180 | */ | 180 | */ |
181 | dst = ip6_route_output(sk, fl); | 181 | dst = ip6_route_output(&init_net, sk, fl); |
182 | if (dst->error) { | 182 | if (dst->error) { |
183 | IP6_INC_STATS(ip6_dst_idev(dst), | 183 | IP6_INC_STATS(ip6_dst_idev(dst), |
184 | IPSTATS_MIB_OUTNOROUTES); | 184 | IPSTATS_MIB_OUTNOROUTES); |