From 4f5e66940474b54c129c7de6ec40eec9a62c2814 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Sun, 27 Apr 2008 07:49:33 +0000 Subject: Fix a bug in definition of seq_global_ce macro. Signed-off-by: Eric Leblond --- input/packet/ulogd_inppkt_NFLOG.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'input/packet') diff --git a/input/packet/ulogd_inppkt_NFLOG.c b/input/packet/ulogd_inppkt_NFLOG.c index c7ca10a..9887e86 100644 --- a/input/packet/ulogd_inppkt_NFLOG.c +++ b/input/packet/ulogd_inppkt_NFLOG.c @@ -86,8 +86,8 @@ static struct config_keyset libulog_kset = { #define rmem_ce(x) (x->ces[2]) #define af_ce(x) (x->ces[3]) #define unbind_ce(x) (x->ces[4]) -#define seq_ce(x) (x->ces[4]) -#define seq_global_ce(x) (x->ces[5]) +#define seq_ce(x) (x->ces[5]) +#define seq_global_ce(x) (x->ces[6]) enum nflog_keys { NFLOG_KEY_RAW_MAC = 0, -- cgit v1.2.3