From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikola Ciprich Subject: p-o-m: nf-log fix Date: Tue, 10 Aug 2004 13:13:29 +0200 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <1092136409.2905.357.camel@develbox.linuxbox.cz> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: kadlec@blackhole.kfki.hu Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org Hi, I think there is small bug in nf-log p'o'm patchset, can You please apply following patch: (in case it is correct) diff -Naur patch-o-matic-ng-20040809/nf-log/linux-2.4.patch patch-o-matic-ng-20040809-nf-log_fix/nf-log/linux-2.4.patch --- patch-o-matic-ng-20040809/nf-log/linux-2.4.patch 2004-02-19 12:36:55.000000000 +0100 +++ patch-o-matic-ng-20040809-nf-log_fix/nf-log/linux-2.4.patch 2004-08-10 12:07:10.644846287 +0200 @@ -402,7 +402,7 @@ + } + + /* if threshold is reached, send message to userspace */ -+ if (qlen >= loginfo.qthreshold) { ++ if (ub->qlen >= loginfo.qthreshold) { + if (loginfo.qthreshold > 1) + nlh->nlmsg_type = NLMSG_DONE; + } thanks, n.