From: /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org Date: Sun, 27 Apr 2008 07:49:33 +0000 (+0000) Subject: Fix a bug in definition of seq_global_ce macro. X-Git-Tag: ulogd-2.0.0beta2~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f5e66940474b54c129c7de6ec40eec9a62c2814;p=thirdparty%2Fulogd2.git Fix a bug in definition of seq_global_ce macro. Signed-off-by: Eric Leblond --- 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,