diff options
Diffstat (limited to 'net/ipv6/xfrm6_policy.c')
-rw-r--r-- | net/ipv6/xfrm6_policy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv6/xfrm6_policy.c b/net/ipv6/xfrm6_policy.c index 254aa6d79506..bef62005c0ed 100644 --- a/net/ipv6/xfrm6_policy.c +++ b/net/ipv6/xfrm6_policy.c | |||
@@ -39,8 +39,7 @@ static struct dst_entry *xfrm6_dst_lookup(struct net *net, int tos, | |||
39 | if (saddr) | 39 | if (saddr) |
40 | memcpy(&fl6.saddr, saddr, sizeof(fl6.saddr)); | 40 | memcpy(&fl6.saddr, saddr, sizeof(fl6.saddr)); |
41 | 41 | ||
42 | dst = ip6_route_output(net, NULL, | 42 | dst = ip6_route_output(net, NULL, &fl6); |
43 | flowi6_to_flowi(&fl6)); | ||
44 | 43 | ||
45 | err = dst->error; | 44 | err = dst->error; |
46 | if (dst->error) { | 45 | if (dst->error) { |