From: Eric Leblond <eric@inl.fr>
To: netfilter-devel@vger.kernel.org
Cc: Eric Leblond <eric@inl.fr>
Subject: [ULOGD PATCH 3/5] Fix a bug in definition of seq_global_ce macro.
Date: Mon, 21 Apr 2008 22:43:45 +0200 [thread overview]
Message-ID: <1208810627783-git-send-email-eric@inl.fr> (raw)
In-Reply-To: <12088106273628-git-send-email-eric@inl.fr>
Signed-off-by: Eric Leblond <eric@inl.fr>
---
input/packet/ulogd_inppkt_NFLOG.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/input/packet/ulogd_inppkt_NFLOG.c b/input/packet/ulogd_inppkt_NFLOG.c
index b0827a8..43e1bc4 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,
--
1.5.2.5
next prev parent reply other threads:[~2008-04-21 20:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-21 20:43 [ULOGD PATCH 0/5] Resent work related to 'label' and misc fixes Eric Leblond
2008-04-21 20:43 ` [ULOGD PATCH 1/5] Add label option to ULOG input plugin Eric Leblond
2008-04-21 20:43 ` [ULOGD PATCH 2/5] Add hook output to ULOG input module Eric Leblond
2008-04-27 7:51 ` Pablo Neira Ayuso
2008-04-21 20:43 ` Eric Leblond [this message]
2008-04-27 7:30 ` [ULOGD PATCH 3/5] Fix a bug in definition of seq_global_ce macro Pablo Neira Ayuso
2008-04-21 20:43 ` [ULOGD PATCH 4/5] Add label option to NFLOG input plugin Eric Leblond
2008-04-21 20:43 ` [ULOGD PATCH 5/5] Update default configuration to fit last changes Eric Leblond
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1208810627783-git-send-email-eric@inl.fr \
--to=eric@inl.fr \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox