summaryrefslogtreecommitdiffstats
path: root/ulogd/libipulog
diff options
context:
space:
mode:
authorlaforge <laforge>2005-03-11 11:47:53 +0000
committerlaforge <laforge>2005-03-11 11:47:53 +0000
commita2f81b1454a0c12a97dcef58cfe1b91aaa49567c (patch)
tree84513ec92d34fd37789f7f929f9dd06c78c6a4e0 /ulogd/libipulog
parentcac8b4cc597f0cb50fbc9bfe42c1094c658bbe9b (diff)
make it compile again (Kirby Shabaga)
Diffstat (limited to 'ulogd/libipulog')
-rw-r--r--ulogd/libipulog/ulog_test.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ulogd/libipulog/ulog_test.c b/ulogd/libipulog/ulog_test.c
index c891764..792a793 100644
--- a/ulogd/libipulog/ulog_test.c
+++ b/ulogd/libipulog/ulog_test.c
@@ -1,13 +1,13 @@
-/* ulog_test, $Revision: 1.4 $
+/* ulog_test, $Revision$
*
* small testing program for libipulog, part of the netfilter ULOG target
* for the linux 2.4 netfilter subsystem.
*
- * (C) 2000 by Harald Welte <laforge@gnumonks.org>
+ * (C) 2000-2005 by Harald Welte <laforge@gnumonks.org>
*
* this code is released under the terms of GNU GPL
*
- * $Id: ulog_test.c,v 1.4 2001/01/30 09:28:04 laforge Exp $
+ * $Id$
*/
#include <stdio.h>
@@ -55,7 +55,7 @@ int main(int argc, char *argv[])
buf = (unsigned char *) malloc(MYBUFSIZ);
/* create ipulog handle */
- h = ipulog_create_handle(ipulog_group2gmask(atoi(argv[2])));
+ h = ipulog_create_handle(ipulog_group2gmask(atoi(argv[2])),150000);
if (!h)
{
/* if some error occurrs, print it to stderr */