diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-03-26 21:43:25 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-03-26 21:43:25 +0200 |
commit | 3e191f3b080f692bbb80c66f5c24736955f3f46d (patch) | |
tree | 5569a1ff9fe8e5dbc0d2beddc3453b3958f802fa /src/bank-lib | |
parent | 96a4aefcfdc53641760f458c3faaa593590f95ed (diff) |
still on gentle twister termination.
Diffstat (limited to 'src/bank-lib')
-rw-r--r-- | src/bank-lib/testing_api_helpers.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bank-lib/testing_api_helpers.c b/src/bank-lib/testing_api_helpers.c index 8446f9581..99b0e8c7c 100644 --- a/src/bank-lib/testing_api_helpers.c +++ b/src/bank-lib/testing_api_helpers.c @@ -126,12 +126,12 @@ TALER_TESTING_prepare_bank (const char *config_filename) cfg = GNUNET_CONFIGURATION_create (); - if (GNUNET_OK != GNUNET_CONFIGURATION_load (cfg, config_filename)) + if (GNUNET_OK != GNUNET_CONFIGURATION_load + (cfg, config_filename)) BANK_FAIL (); if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_number - (cfg, "bank", - "HTTP_PORT", &port)) + (cfg, "bank", "HTTP_PORT", &port)) { GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR, "bank", |