summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",