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/namestore/plugin_namestore_postgres.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/namestore/plugin_namestore_postgres.c') diff --git a/src/namestore/plugin_namestore_postgres.c b/src/namestore/plugin_namestore_postgres.c index d0fc33fe9..01dddde9e 100644 --- a/src/namestore/plugin_namestore_postgres.c +++ b/src/namestore/plugin_namestore_postgres.c @@ -158,6 +158,7 @@ database_setup (struct Plugin *plugin) plugin->dbh = GNUNET_PQ_connect_with_cfg (plugin->cfg, "namestore-postgres", + NULL, es, ps); } -- cgit v1.2.3