| Submitter | Pablo Neira |
|---|---|
| Date | April 30, 2012, 3:16 p.m. |
| Message ID | <1335799015-2003-9-git-send-email-pablo@netfilter.org> |
| Download | mbox | patch |
| Permalink | /patch/155897/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/net/netfilter/xt_CT.c b/net/netfilter/xt_CT.c index 59530e9..3746d8b 100644 --- a/net/netfilter/xt_CT.c +++ b/net/netfilter/xt_CT.c @@ -227,7 +227,7 @@ static int xt_ct_tg_check_v1(const struct xt_tgchk_param *par) } #ifdef CONFIG_NF_CONNTRACK_TIMEOUT - if (info->timeout) { + if (info->timeout[0]) { typeof(nf_ct_timeout_find_get_hook) timeout_find_get; struct nf_conn_timeout *timeout_ext;