[netfilter-cvslog] r7511 - branches/ulog/ulogd2/input/packet

pablo at netfilter.org pablo at netfilter.org
Sun Apr 27 09:49:33 CEST 2008


Author: pablo at netfilter.org
Date: 2008-04-27 09:49:33 +0200 (Sun, 27 Apr 2008)
New Revision: 7511

Modified:
   branches/ulog/ulogd2/input/packet/ulogd_inppkt_NFLOG.c
Log:
Fix a bug in definition of seq_global_ce macro.
Signed-off-by: Eric Leblond <eric at inl.fr>


Modified: branches/ulog/ulogd2/input/packet/ulogd_inppkt_NFLOG.c
===================================================================
--- branches/ulog/ulogd2/input/packet/ulogd_inppkt_NFLOG.c	2008-04-27 07:27:19 UTC (rev 7510)
+++ branches/ulog/ulogd2/input/packet/ulogd_inppkt_NFLOG.c	2008-04-27 07:49:33 UTC (rev 7511)
@@ -86,8 +86,8 @@
 #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,




More information about the netfilter-cvslog mailing list