diff options
Diffstat (limited to 'src/exchange-lib/testing_api_loop.c')
-rw-r--r-- | src/exchange-lib/testing_api_loop.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exchange-lib/testing_api_loop.c b/src/exchange-lib/testing_api_loop.c index 43d0ecc8..27611b2d 100644 --- a/src/exchange-lib/testing_api_loop.c +++ b/src/exchange-lib/testing_api_loop.c @@ -657,7 +657,8 @@ main_wrapper_exchange_connect (void *cls) (is->exchange = TALER_EXCHANGE_connect (is->ctx, exchange_url, &cert_cb, - main_ctx))); + main_ctx, + TALER_EXCHANGE_OPTION_END))); GNUNET_free (exchange_url); GNUNET_CONFIGURATION_destroy (cfg); } |