[netfilter-cvslog] r4416 - trunk/libnetfilter_conntrack/utils

pablo at netfilter.org pablo at netfilter.org
Tue Nov 1 01:38:35 CET 2005


Author: pablo at netfilter.org
Date: 2005-11-01 01:38:34 +0100 (Tue, 01 Nov 2005)
New Revision: 4416

Modified:
   trunk/libnetfilter_conntrack/utils/ctnl_test.c
Log:
o ctnl_test now uses NFCT_ALL_CT_GROUPS



Modified: trunk/libnetfilter_conntrack/utils/ctnl_test.c
===================================================================
--- trunk/libnetfilter_conntrack/utils/ctnl_test.c	2005-11-01 00:36:42 UTC (rev 4415)
+++ trunk/libnetfilter_conntrack/utils/ctnl_test.c	2005-11-01 00:38:34 UTC (rev 4416)
@@ -121,7 +121,7 @@
 	nfct_close(cth);
 
 	/* Now open a handler that is subscribed to all possible events */
-	cth = nfct_open(CONNTRACK, NFCT_ALL_GROUPS);
+	cth = nfct_open(CONNTRACK, NFCT_ALL_CT_GROUPS);
 	if (!cth) {
 		fprintf(stderr, "Can't open handler\n");
 		errors++;




More information about the netfilter-cvslog mailing list