From 0bfb3cfd21eafa34eadd01d3b8109ac929b9ed59 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 2 Dec 2015 11:11:29 +0100 Subject: fix --- src/backenddb/plugin_merchantdb_postgres.c | 6 +++--- 1 file 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", -- cgit v1.2.3