|
@@ -1009,11 +1009,10 @@ ip_vs_in(unsigned int hooknum, struct sk_buff **pskb,
|
|
if (sysctl_ip_vs_expire_nodest_conn) {
|
|
if (sysctl_ip_vs_expire_nodest_conn) {
|
|
/* try to expire the connection immediately */
|
|
/* try to expire the connection immediately */
|
|
ip_vs_conn_expire_now(cp);
|
|
ip_vs_conn_expire_now(cp);
|
|
- } else {
|
|
|
|
- /* don't restart its timer, and silently
|
|
|
|
- drop the packet. */
|
|
|
|
- __ip_vs_conn_put(cp);
|
|
|
|
}
|
|
}
|
|
|
|
+ /* don't restart its timer, and silently
|
|
|
|
+ drop the packet. */
|
|
|
|
+ __ip_vs_conn_put(cp);
|
|
return NF_DROP;
|
|
return NF_DROP;
|
|
}
|
|
}
|
|
|
|
|