aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_xmit.c
diff options
context:
space:
mode:
authorEric Dumazet <eric.dumazet@gmail.com>2010-11-15 19:46:33 +0100
committerSimon Horman <horms@verge.net.au>2010-11-16 08:13:08 +0900
commita333e2ec05791bb866086274ac9749315900a0a6 (patch)
treec049f6ef9d662fcf2c32321235ed3a9f51261ea4 /net/netfilter/ipvs/ip_vs_xmit.c
parentipvs: add static and read_mostly attributes (diff)
downloadlinux-dev-a333e2ec05791bb866086274ac9749315900a0a6.tar.xz
linux-dev-a333e2ec05791bb866086274ac9749315900a0a6.zip
ipvs: remove shadow rt variable
Remove a sparse warning about rt variable. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to '')
-rw-r--r--net/netfilter/ipvs/ip_vs_xmit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netfilter/ipvs/ip_vs_xmit.c b/net/netfilter/ipvs/ip_vs_xmit.c
index 10bd39c0ae2d..50b131c28b85 100644
--- a/net/netfilter/ipvs/ip_vs_xmit.c
+++ b/net/netfilter/ipvs/ip_vs_xmit.c
@@ -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;