diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/route.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index e4ba974f143c..fd9ecb52c66b 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
@@ -2028,7 +2028,6 @@ struct rtable *__ip_route_output_key(struct net *net, struct flowi4 *fl4) | |||
2028 | } | 2028 | } |
2029 | dev_out = net->loopback_dev; | 2029 | dev_out = net->loopback_dev; |
2030 | fl4->flowi4_oif = dev_out->ifindex; | 2030 | fl4->flowi4_oif = dev_out->ifindex; |
2031 | res.fi = NULL; | ||
2032 | flags |= RTCF_LOCAL; | 2031 | flags |= RTCF_LOCAL; |
2033 | goto make_route; | 2032 | goto make_route; |
2034 | } | 2033 | } |