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

laforge at netfilter.org laforge at netfilter.org
Tue May 23 10:39:30 CEST 2006


Author: laforge at netfilter.org
Date: 2006-05-23 10:39:28 +0200 (Tue, 23 May 2006)
New Revision: 6607

Modified:
   branches/ulog/ulogd2/input/packet/ulogd_inppkt_ULOG.c
Log:
fix number of config entries in inppkt_ULOG plugin (Philip Craig)


Modified: branches/ulog/ulogd2/input/packet/ulogd_inppkt_ULOG.c
===================================================================
--- branches/ulog/ulogd2/input/packet/ulogd_inppkt_ULOG.c	2006-05-23 08:38:32 UTC (rev 6606)
+++ branches/ulog/ulogd2/input/packet/ulogd_inppkt_ULOG.c	2006-05-23 08:39:28 UTC (rev 6607)
@@ -32,7 +32,7 @@
 /* configuration entries */
 
 static struct config_keyset libulog_kset = {
-	.num_ces = 10,
+	.num_ces = 3,
 	.ces = {
 	{
 		.key 	 = "bufsize",




More information about the netfilter-cvslog mailing list