summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-12-02 11:11:29 +0100
committerChristian Grothoff <christian@grothoff.org>2015-12-02 11:11:29 +0100
commit0bfb3cfd21eafa34eadd01d3b8109ac929b9ed59 (patch)
treef4d893671d4062036ac25918bf087a2e1a82cf7c
parent9251a2d5d243981d45dc956844f32619a6a64530 (diff)
downloadmerchant-0bfb3cfd21eafa34eadd01d3b8109ac929b9ed59.tar.gz
merchant-0bfb3cfd21eafa34eadd01d3b8109ac929b9ed59.tar.bz2
merchant-0bfb3cfd21eafa34eadd01d3b8109ac929b9ed59.zip
fix
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index 56d6b09c..92f57bbc 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -206,9 +206,9 @@ libtaler_plugin_merchantdb_postgres_init (void *cls)
pg = GNUNET_new (struct PostgresClosure);
if (GNUNET_OK !=
- GNUNET_CONFIGURATION_have_value_string (cfg,
- "merchantdb-postgres",
- "CONFIG"))
+ GNUNET_CONFIGURATION_have_value (cfg,
+ "merchantdb-postgres",
+ "CONFIG"))
{
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
"merchantdb-postgres",