Skip to content

Commit

Permalink
ipv4: Remove extraneous assignment of dst->tclassid.
Browse files Browse the repository at this point in the history
We already set it several lines above.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jun 29, 2012
1 parent 9e56e38 commit 3085a4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions net/ipv4/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -2327,9 +2327,6 @@ out: return err;
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;
Expand Down

0 comments on commit 3085a4b

Please sign in to comment.