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

Commit a333e2ec authored by Eric Dumazet's avatar Eric Dumazet Committed by Simon Horman
Browse files

ipvs: remove shadow rt variable



Remove a sparse warning about rt variable.

Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: default avatarSimon Horman <horms@verge.net.au>
parent 4ecd2944
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -188,7 +188,6 @@ __ip_vs_reroute_locally(struct sk_buff *skb)
			},
			.mark = skb->mark,
		};
		struct rtable *rt;

		if (ip_route_output_key(net, &rt, &fl))
			return 0;