From e098dbf4dc102cd5d26f34f41e78b5c3333c88b4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 2 Apr 2018 17:10:05 +0200 Subject: get filename instead of get_string, nicify some strings --- src/exchange-lib/testing_api_cmd_exec_auditor-sign.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/exchange-lib/testing_api_cmd_exec_auditor-sign.c') diff --git a/src/exchange-lib/testing_api_cmd_exec_auditor-sign.c b/src/exchange-lib/testing_api_cmd_exec_auditor-sign.c index bae0c076..98ce116e 100644 --- a/src/exchange-lib/testing_api_cmd_exec_auditor-sign.c +++ b/src/exchange-lib/testing_api_cmd_exec_auditor-sign.c @@ -72,23 +72,23 @@ auditor_sign_run (void *cls, if (GNUNET_OK != GNUNET_CONFIGURATION_load (cfg, ass->config_filename)) { - GNUNET_break (0); - TALER_TESTING_interpreter_fail (is); + GNUNET_break (0); + TALER_TESTING_interpreter_fail (is); return; } if (GNUNET_OK != - GNUNET_CONFIGURATION_get_value_string (cfg, - "paths", - "TALER_TEST_HOME", - &test_home_dir)) + GNUNET_CONFIGURATION_get_value_filename (cfg, + "paths", + "TALER_TEST_HOME", + &test_home_dir)) { GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR, "paths", "TALER_TEST_HOME"); GNUNET_CONFIGURATION_destroy (cfg); - GNUNET_break (0); - TALER_TESTING_interpreter_fail (is); + GNUNET_break (0); + TALER_TESTING_interpreter_fail (is); return; } @@ -108,8 +108,8 @@ auditor_sign_run (void *cls, "MASTER_PUBLIC_KEY"); GNUNET_CONFIGURATION_destroy (cfg); - GNUNET_break (0); - TALER_TESTING_interpreter_fail (is); + GNUNET_break (0); + TALER_TESTING_interpreter_fail (is); return; } -- cgit v1.2.3