From 2fd320bc7263b1dadd8fbead1004e9ee8b822f45 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 24 Jan 2020 16:30:45 +0100 Subject: modify GNUNET_PQ_connect_with_cfg to enable flexible loading of .sql files --- src/datastore/plugin_datastore_postgres.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/datastore') diff --git a/src/datastore/plugin_datastore_postgres.c b/src/datastore/plugin_datastore_postgres.c index eba717226..88ceb1b0a 100644 --- a/src/datastore/plugin_datastore_postgres.c +++ b/src/datastore/plugin_datastore_postgres.c @@ -172,6 +172,7 @@ init_connection (struct Plugin *plugin) plugin->dbh = GNUNET_PQ_connect_with_cfg (plugin->env->cfg, "datastore-postgres", + NULL, es, ps); if (NULL == plugin->dbh) -- cgit v1.2.3