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 b1e5d3ac3460..242a3de83fbb 100644
--- a/net/ipv4/route.c
+++ b/net/ipv4/route.c
@@ -2711,7 +2711,7 @@ static int ip_route_output_slow(struct net *net, struct rtable **rp,
2711 else 2711 else
2712#endif 2712#endif
2713 if (!res.prefixlen && res.type == RTN_UNICAST && !fl.oif) 2713 if (!res.prefixlen && res.type == RTN_UNICAST && !fl.oif)
2714 fib_select_default(net, &fl, &res); 2714 fib_select_default(&res);
2715 2715
2716 if (!fl.fl4_src) 2716 if (!fl.fl4_src)
2717 fl.fl4_src = FIB_RES_PREFSRC(res); 2717 fl.fl4_src = FIB_RES_PREFSRC(res);