From: Andrew Kozachenko <andrew@entri.com.ua>
To: netfilter-devel@lists.netfilter.org
Subject: patch for ulogd pgsql output plugin
Date: Fri, 08 Apr 2005 12:58:24 +0300 [thread overview]
Message-ID: <425655C0.1080903@entri.com.ua> (raw)
Bug in pgsql/ulogd_PGSQL.c causes ifinite loop on ulogd-1.21 startup.
Here is the fix.
Index: pgsql/ulogd_PGSQL.c
===================================================================
--- pgsql/ulogd_PGSQL.c (revision 56)
+++ pgsql/ulogd_PGSQL.c (working copy)
@@ -81,7 +81,7 @@
};
static config_entry_t port_ce = {
- .next = &port_ce,
+ .next = &table_ce,
.key = "port",
.type = CONFIG_TYPE_INT,
.options = CONFIG_OPT_NONE,
--
Regards,
Andrew Kozachenko
Entri ltd.
Look at the source, Luke.
next reply other threads:[~2005-04-08 9:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-08 9:58 Andrew Kozachenko [this message]
2005-04-10 21:02 ` patch for ulogd pgsql output plugin Harald Welte
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=425655C0.1080903@entri.com.ua \
--to=andrew@entri.com.ua \
--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.