|
@@ -529,7 +529,7 @@ int ip_vs_leave(struct ip_vs_service *svc, struct sk_buff *skb,
|
|
a cache_bypass connection entry */
|
|
a cache_bypass connection entry */
|
|
ipvs = net_ipvs(net);
|
|
ipvs = net_ipvs(net);
|
|
if (ipvs->sysctl_cache_bypass && svc->fwmark && unicast) {
|
|
if (ipvs->sysctl_cache_bypass && svc->fwmark && unicast) {
|
|
- int ret, cs;
|
|
|
|
|
|
+ int ret;
|
|
struct ip_vs_conn *cp;
|
|
struct ip_vs_conn *cp;
|
|
unsigned int flags = (svc->flags & IP_VS_SVC_F_ONEPACKET &&
|
|
unsigned int flags = (svc->flags & IP_VS_SVC_F_ONEPACKET &&
|
|
iph.protocol == IPPROTO_UDP)?
|
|
iph.protocol == IPPROTO_UDP)?
|