summaryrefslogtreecommitdiffstats
path: root/ulogd/pgsql
diff options
context:
space:
mode:
Diffstat (limited to 'ulogd/pgsql')
-rw-r--r--ulogd/pgsql/ulogd_PGSQL.c2
1 files changed, 1 insertions, 1 deletions
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,