* patch for ulogd pgsql output plugin
@ 2005-04-08 9:58 Andrew Kozachenko
2005-04-10 21:02 ` Harald Welte
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Kozachenko @ 2005-04-08 9:58 UTC (permalink / raw)
To: netfilter-devel
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: patch for ulogd pgsql output plugin
2005-04-08 9:58 patch for ulogd pgsql output plugin Andrew Kozachenko
@ 2005-04-10 21:02 ` Harald Welte
0 siblings, 0 replies; 2+ messages in thread
From: Harald Welte @ 2005-04-10 21:02 UTC (permalink / raw)
To: Andrew Kozachenko; +Cc: netfilter-devel
[-- Attachment #1: Type: text/plain, Size: 634 bytes --]
On Fri, Apr 08, 2005 at 12:58:24PM +0300, Andrew Kozachenko wrote:
> Bug in pgsql/ulogd_PGSQL.c causes ifinite loop on ulogd-1.21 startup.
> Here is the fix.
thanks, already fixed in subversion some time ago. ulogd-1.22 (March 7)
also contains the fix.
--
- Harald Welte <laforge@netfilter.org> http://netfilter.org/
============================================================================
"Fragmentation is like classful addressing -- an interesting early
architectural error that shows how much experimentation was going
on while IP was being designed." -- Paul Vixie
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-04-10 21:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-08 9:58 patch for ulogd pgsql output plugin Andrew Kozachenko
2005-04-10 21:02 ` Harald Welte
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.