From 9c78000a078b942d97c15d6b6bc12f102a1b9ab6 Mon Sep 17 00:00:00 2001 From: laforge Date: Fri, 11 Aug 2000 09:56:42 +0000 Subject: Various fixes due to Jan Echternachs comments on the mailinglist. --- ulogd/ulogd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ulogd/ulogd.c') diff --git a/ulogd/ulogd.c b/ulogd/ulogd.c index e9c4703..abee09a 100644 --- a/ulogd/ulogd.c +++ b/ulogd/ulogd.c @@ -1,4 +1,4 @@ -/* ulogd, Version $Revision: 1.3 $ +/* ulogd, Version $Revision: 1.4 $ * * first try of a logging daemon for my netfilter ULOG target * for the linux 2.4 netfilter subsystem. @@ -7,7 +7,7 @@ * * this code is released under the terms of GNU GPL * - * $Id: ulogd.c,v 1.3 2000/08/02 12:20:46 laforge Exp root $ + * $Id: ulogd.c,v 1.4 2000/08/09 16:26:34 root Exp $ */ #include @@ -236,7 +236,7 @@ int main(int argc, char* argv[]) * handle_packet */ while(1) { - len = ipulog_read(h, buf, BUFSIZ, 1); + len = ipulog_read(h, buf, MYBUFSIZ, 1); upkt = ipulog_get_packet(buf); DEBUGP("==> packet received\n"); handle_packet(upkt); -- cgit v1.2.3