Browse Source

ipv4: Remove extraneous assignment of dst->tclassid.

We already set it several lines above.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 13 năm trước cách đây
mục cha
commit
3085a4b7d3
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      net/ipv4/route.c

+ 0 - 3
net/ipv4/route.c

@@ -2327,9 +2327,6 @@ local_input:
 	rth->rt_key_tos	= tos;
 	rth->rt_dst	= daddr;
 	rth->rt_src	= saddr;
-#ifdef CONFIG_IP_ROUTE_CLASSID
-	rth->dst.tclassid = itag;
-#endif
 	rth->rt_route_iif = dev->ifindex;
 	rth->rt_iif	= dev->ifindex;
 	rth->rt_oif	= 0;