From da0a2f39d0ae59036e9bb08f7ae9ef02cfacc3c9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Jan 2020 02:24:14 +0100 Subject: GNUnet PQ API change --- src/auditordb/plugin_auditordb_postgres.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/auditordb/plugin_auditordb_postgres.c') diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c index 25734facc..7e6b7bf09 100644 --- a/src/auditordb/plugin_auditordb_postgres.c +++ b/src/auditordb/plugin_auditordb_postgres.c @@ -160,6 +160,7 @@ postgres_drop_tables (void *cls, int ret; conn = GNUNET_PQ_connect (pc->connection_cfg_str, + NULL, es, NULL); if (NULL == conn) @@ -407,6 +408,7 @@ postgres_create_tables (void *cls) struct GNUNET_PQ_Context *conn; conn = GNUNET_PQ_connect (pc->connection_cfg_str, + NULL, es, NULL); if (NULL == conn) @@ -991,6 +993,7 @@ postgres_get_session (void *cls) return session; } db_conn = GNUNET_PQ_connect (pc->connection_cfg_str, + NULL, NULL, ps); if (NULL == db_conn) @@ -1151,6 +1154,7 @@ postgres_gc (void *cls) now = GNUNET_TIME_absolute_get (); conn = GNUNET_PQ_connect (pc->connection_cfg_str, + NULL, NULL, ps); if (NULL == conn) -- cgit v1.2.3