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

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
...@@ -188,7 +188,6 @@ __ip_vs_reroute_locally(struct sk_buff *skb) ...@@ -188,7 +188,6 @@ __ip_vs_reroute_locally(struct sk_buff *skb)
}, },
.mark = skb->mark, .mark = skb->mark,
}; };
struct rtable *rt;
if (ip_route_output_key(net, &rt, &fl)) if (ip_route_output_key(net, &rt, &fl))
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment