提交 a333e2ec 编写于 作者: E Eric Dumazet 提交者: Simon Horman

ipvs: remove shadow rt variable

Remove a sparse warning about rt variable.
Signed-off-by: NEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: NSimon Horman <horms@verge.net.au>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册