aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/plugin_namestore_postgres.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/plugin_namestore_postgres.c')
-rw-r--r--src/namestore/plugin_namestore_postgres.c1
1 files changed, 1 insertions, 0 deletions
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)
158 158
159 plugin->dbh = GNUNET_PQ_connect_with_cfg (plugin->cfg, 159 plugin->dbh = GNUNET_PQ_connect_with_cfg (plugin->cfg,
160 "namestore-postgres", 160 "namestore-postgres",
161 NULL,
161 es, 162 es,
162 ps); 163 ps);
163 } 164 }