diff options
Diffstat (limited to 'net/ipv4/ip_input.c')
| -rw-r--r-- | net/ipv4/ip_input.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ip_input.c b/net/ipv4/ip_input.c index 5e9c8156656a..d6fbcbd2358a 100644 --- a/net/ipv4/ip_input.c +++ b/net/ipv4/ip_input.c @@ -616,7 +616,7 @@ static void ip_list_rcv_finish(struct net *net, struct sock *sk,  		dst = skb_dst(skb);  		if (curr_dst != dst) {  			hint = ip_extract_route_hint(net, skb, -					       ((struct rtable *)dst)->rt_type); +						     dst_rtable(dst)->rt_type);  			/* dispatch old sublist */  			if (!list_empty(&sublist))  |