From 73583514fdffa7470441a2123a771a68a2073083 Mon Sep 17 00:00:00 2001 From: laforge Date: Sun, 7 Jul 2002 11:15:31 +0000 Subject: remove broken nflog_rcv() function which is not needed anyway --- kernel/ipt_ULOG.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/kernel/ipt_ULOG.c b/kernel/ipt_ULOG.c index a2ab5ba..e223806 100644 --- a/kernel/ipt_ULOG.c +++ b/kernel/ipt_ULOG.c @@ -10,6 +10,7 @@ * nlgroup now global (sysctl) * 2001/04/19 ulog-queue reworked, now fixed buffer size specified at * module loadtime -HW + * 2002/07/07 remove broken nflog_rcv() function -HW * * Released under the terms of the GPL * @@ -29,7 +30,7 @@ * Specify, after how many clock ticks (intel: 100 per second) the queue * should be flushed even if it is not full yet. * - * $Id: ipt_ULOG.c,v 1.17 2002/04/10 09:21:41 laforge Exp $ + * $Id: ipt_ULOG.c,v 1.18 2002/04/16 07:33:00 laforge Exp $ */ #include @@ -128,11 +129,6 @@ static void ulog_timer(unsigned long data) UNLOCK_BH(&ulog_lock); } -static void nflog_rcv(struct sock *sk, int len) -{ - printk("ipt_ULOG:nflog_rcv() did receive netlink message ?!?\n"); -} - struct sk_buff *ulog_alloc_skb(unsigned int size) { struct sk_buff *skb; @@ -325,7 +321,7 @@ static int __init init(void) ulog_buffers[i].timer.data = i; } - nflognl = netlink_kernel_create(NETLINK_NFLOG, nflog_rcv); + nflognl = netlink_kernel_create(NETLINK_NFLOG, 0); if (!nflognl) return -ENOMEM; -- cgit v1.2.3