summaryrefslogtreecommitdiff
path: root/src/mintdb/plugin_mintdb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-11 16:11:07 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-11 16:11:07 +0200
commitfdcac7d6aff6d03aa8a9fb0af85aa91a8c6e7f1e (patch)
tree8f114c52798678a9b3c0c1fb0a1fc2ff18c47868 /src/mintdb/plugin_mintdb_postgres.c
parenta560e79a5048ea7b9062e4a1f3b5dce7a03e81c4 (diff)
downloadexchange-fdcac7d6aff6d03aa8a9fb0af85aa91a8c6e7f1e.tar.gz
exchange-fdcac7d6aff6d03aa8a9fb0af85aa91a8c6e7f1e.tar.bz2
exchange-fdcac7d6aff6d03aa8a9fb0af85aa91a8c6e7f1e.zip
fix #3835
Diffstat (limited to 'src/mintdb/plugin_mintdb_postgres.c')
-rw-r--r--src/mintdb/plugin_mintdb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c
index bdf643ec0..9445326f0 100644
--- a/src/mintdb/plugin_mintdb_postgres.c
+++ b/src/mintdb/plugin_mintdb_postgres.c
@@ -2960,7 +2960,7 @@ libtaler_plugin_mintdb_postgres_init (void *cls)
/* FIXME: use configuration section with "postgres" in its name. #3835 */
if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_string (cfg,
- "mint",
+ "mintdb-postgres",
"db_conn_str",
&pg->connection_cfg_str))
{