]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
NFCT: fix number of options (missing one)
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 12 Jan 2010 15:31:00 +0000 (16:31 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 17 Jan 2010 21:23:18 +0000 (22:23 +0100)
This patch fixes the number of options in NFCT that is
actually 8, not 7.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
input/flow/ulogd_inpflow_NFCT.c

index e8583d4308bccf6dcfc9eb09fae3a0c19cbb4a6a..0e1156f25fe48e93bb021aabba9a9aa106853671 100644 (file)
@@ -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",