From: Pablo Neira Ayuso Date: Tue, 12 Jan 2010 15:31:00 +0000 (+0100) Subject: NFCT: fix number of options (missing one) X-Git-Tag: ulogd-2.0.0beta4~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eda8f99726e6b27b9ebefe7bbd68de0c64aaabfb;p=thirdparty%2Fulogd2.git 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 --- 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",