From 5012bd5c855555bde4892b6abf8179ef3b6afd1e Mon Sep 17 00:00:00 2001 From: laforge Date: Thu, 17 Feb 2005 00:13:13 +0000 Subject: Fix endless loop (Jani Averbach) --- ulogd/pgsql/ulogd_PGSQL.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ulogd/pgsql/ulogd_PGSQL.c') diff --git a/ulogd/pgsql/ulogd_PGSQL.c b/ulogd/pgsql/ulogd_PGSQL.c index 39c88bd..040c2ce 100644 --- a/ulogd/pgsql/ulogd_PGSQL.c +++ b/ulogd/pgsql/ulogd_PGSQL.c @@ -81,7 +81,7 @@ static config_entry_t table_ce = { }; static config_entry_t port_ce = { - .next = &port_ce, + .next = &table_ce, .key = "port", .type = CONFIG_TYPE_INT, .options = CONFIG_OPT_NONE, -- cgit v1.2.3