From: Pierre Chifflier <chifflier@xxxxxx> Options where wrongly set for PGsql module. Signed-off-by: Pierre Chifflier <chifflier@xxxxxx> Signed-off-by: Eric leblond <eric@xxxxxx> --- :100644 100644 4737d28... 6697b64... M output/pgsql/ulogd_output_PGSQL.c output/pgsql/ulogd_output_PGSQL.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/pgsql/ulogd_output_PGSQL.c b/output/pgsql/ulogd_output_PGSQL.c index 4737d28..6697b64 100644 --- a/output/pgsql/ulogd_output_PGSQL.c +++ b/output/pgsql/ulogd_output_PGSQL.c @@ -78,8 +78,8 @@ static struct config_keyset pgsql_kset = { #define host_ce(x) (x->ces[DB_CE_NUM+1]) #define user_ce(x) (x->ces[DB_CE_NUM+2]) #define pass_ce(x) (x->ces[DB_CE_NUM+3]) -#define port_ce(x) (x->ces[DB_CE_NUM+5]) -#define schema_ce(x) (x->ces[DB_CE_NUM+6]) +#define port_ce(x) (x->ces[DB_CE_NUM+4]) +#define schema_ce(x) (x->ces[DB_CE_NUM+5]) #define PGSQL_HAVE_NAMESPACE_TEMPLATE \ "SELECT nspname FROM pg_namespace n WHERE n.nspname='%s'" -- 1.5.2.5 - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html