summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_core.c
diff options
context:
space:
mode:
authorKrzysztof Wilczynski2011-10-18 21:59:49 +0200
committerPablo Neira Ayuso2011-11-01 09:19:57 +0100
commitad542ced254f1c8560260e209f0f0d69dbae49e4 (patch)
tree15d4bcc3ebf141c7f1cf2f0796c36f135fca7627 /net/netfilter/ipvs/ip_vs_core.c
parentnetfilter: export NAT definitions through linux/netfilter_ipv4/nf_nat.h (diff)
downloadkernel-qcow2-linux-ad542ced254f1c8560260e209f0f0d69dbae49e4.tar.gz
kernel-qcow2-linux-ad542ced254f1c8560260e209f0f0d69dbae49e4.tar.xz
kernel-qcow2-linux-ad542ced254f1c8560260e209f0f0d69dbae49e4.zip
ipvs: Remove unused variable "cs" from ip_vs_leave function.
This is to address the following warning during compilation time: net/netfilter/ipvs/ip_vs_core.c: In function ‘ip_vs_leave’: net/netfilter/ipvs/ip_vs_core.c:532: warning: unused variable ‘cs’ This variable is indeed no longer in use. Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'net/netfilter/ipvs/ip_vs_core.c')
-rw-r--r--net/netfilter/ipvs/ip_vs_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/ipvs/ip_vs_core.c b/net/netfilter/ipvs/ip_vs_core.c
index 46a8130d3f42..093cc327020f 100644
--- a/net/netfilter/ipvs/ip_vs_core.c
+++ b/net/netfilter/ipvs/ip_vs_core.c
@@ -529,7 +529,7 @@ int ip_vs_leave(struct ip_vs_service *svc, struct sk_buff *skb,
a cache_bypass connection entry */
ipvs = net_ipvs(net);
if (ipvs->sysctl_cache_bypass && svc->fwmark && unicast) {
- int ret, cs;
+ int ret;
struct ip_vs_conn *cp;
unsigned int flags = (svc->flags & IP_VS_SVC_F_ONEPACKET &&
iph.protocol == IPPROTO_UDP)?