Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3085a4b7 authored by David S. Miller's avatar David S. Miller
Browse files

ipv4: Remove extraneous assignment of dst->tclassid.



We already set it several lines above.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9e56e380
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;