merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 0bfb3cfd21eafa34eadd01d3b8109ac929b9ed59
parent 9251a2d5d243981d45dc956844f32619a6a64530
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  2 Dec 2015 11:11:29 +0100

fix

Diffstat:
Msrc/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 @@ -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",