Skip to content

Commit

Permalink
ipvs: remove shadow rt variable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Dumazet authored and Simon Horman committed Nov 15, 2010
1 parent 4ecd294 commit a333e2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/netfilter/ipvs/ip_vs_xmit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a333e2e

Please sign in to comment.