summaryrefslogtreecommitdiffstats
path: root/input/flow
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2010-01-12 16:31:00 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2010-01-17 22:23:18 +0100
commiteda8f99726e6b27b9ebefe7bbd68de0c64aaabfb (patch)
treee43ff4f2cf0ce4ec280f01ed9b6111b4f5615c55 /input/flow
parent1eb7fbc09ada511d1dcdfbe7d493068773dfd7f9 (diff)
NFCT: fix number of options (missing one)
This patch fixes the number of options in NFCT that is actually 8, not 7. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'input/flow')
-rw-r--r--input/flow/ulogd_inpflow_NFCT.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/flow/ulogd_inpflow_NFCT.c b/input/flow/ulogd_inpflow_NFCT.c
index e8583d4..0e1156f 100644
--- a/input/flow/ulogd_inpflow_NFCT.c
+++ b/input/flow/ulogd_inpflow_NFCT.c
@@ -71,7 +71,7 @@ struct nfct_pluginstance {
#define EVENT_MASK NF_NETLINK_CONNTRACK_NEW | NF_NETLINK_CONNTRACK_DESTROY
static struct config_keyset nfct_kset = {
- .num_ces = 7,
+ .num_ces = 8,
.ces = {
{
.key = "pollinterval",