ipv4: Remove extraneous assignment of dst->tclassid.
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Jun 2012 05:17:39 +0000 (22:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Jun 2012 05:17:39 +0000 (22:17 -0700)
We already set it several lines above.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c

index 919d69e..6a5afc7 100644 (file)
@@ -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;