summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaforge <laforge>2001-07-03 14:44:25 +0000
committerlaforge <laforge>2001-07-03 14:44:25 +0000
commit1204c9c741693d370fa70b4fa991316922ef8f36 (patch)
treeb000e975c7277deb4fd07b95d7c15935a97f96af
parent33231046e32b3e40f87450355e968cda40982f14 (diff)
i'm stupid... now it compiles
-rw-r--r--ulogd.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/ulogd.c b/ulogd.c
index 7584793..d390ccb 100644
--- a/ulogd.c
+++ b/ulogd.c
@@ -1,6 +1,6 @@
-/* ulogd, Version $Revision: 1.19 $
+/* ulogd, Version $Revision: 1.20 $
*
- * $Id: ulogd.c,v 1.19 2001/07/03 14:36:19 laforge Exp $
+ * $Id: ulogd.c,v 1.20 2001/07/03 14:37:10 laforge Exp $
*
* userspace logging daemon for the netfilter ULOG target
* of the linux 2.4 netfilter subsystem.
@@ -581,9 +581,7 @@ int main(int argc, char* argv[])
while(len = ipulog_read(libulog_h, libulog_buf, MYBUFSIZ, 1)) {
if (len < 0) {
/* an error during read occurred,
- * we may want some rate limiting here */
- ulogd_log(ULOGD_ERROR,
- ipulog_strerror(ipulog_errno));
+ * we may want some errmsg here */
continue;
}
while(upkt = ipulog_get_packet(libulog_h,