From a2f81b1454a0c12a97dcef58cfe1b91aaa49567c Mon Sep 17 00:00:00 2001 From: laforge Date: Fri, 11 Mar 2005 11:47:53 +0000 Subject: make it compile again (Kirby Shabaga) --- ulogd/libipulog/ulog_test.c | 8 ++++---- 1 file 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 + * (C) 2000-2005 by Harald Welte * * 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 @@ -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 */ -- cgit v1.2.3