All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: Nikola Ciprich <extmaillist@linuxbox.cz>
Cc: kadlec@blackhole.kfki.hu, netfilter-devel@lists.netfilter.org
Subject: Re: p-o-m: nf-log fix
Date: Tue, 10 Aug 2004 14:21:23 +0200	[thread overview]
Message-ID: <4118BDC3.5020801@trash.net> (raw)
In-Reply-To: <1092136409.2905.357.camel@develbox.linuxbox.cz>

Nikola Ciprich wrote:

>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)
>  
>
Applied, thanks.

Regards
Patrick

>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.
>
>
>  
>

  reply	other threads:[~2004-08-10 12:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-10 11:13 p-o-m: nf-log fix Nikola Ciprich
2004-08-10 12:21 ` Patrick McHardy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-08-10 11:05 Nikola Ciprich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4118BDC3.5020801@trash.net \
    --to=kaber@trash.net \
    --cc=extmaillist@linuxbox.cz \
    --cc=kadlec@blackhole.kfki.hu \
    --cc=netfilter-devel@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.