diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-02-29 16:54:58 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-02-29 16:54:58 +0100 |
commit | cdc8c5b57bb5992b7afe5c9f36e5e286a930dff8 (patch) | |
tree | 1c06e31f5d8921373515a7594802451e305b5bc0 /src/lib/exchange_api_refund.c | |
parent | 0a2b049864c8dae0c53c203d46fca89e0e66849d (diff) |
limit redirects
Diffstat (limited to 'src/lib/exchange_api_refund.c')
-rw-r--r-- | src/lib/exchange_api_refund.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_refund.c b/src/lib/exchange_api_refund.c index e986f1020..8c50c80b8 100644 --- a/src/lib/exchange_api_refund.c +++ b/src/lib/exchange_api_refund.c @@ -387,7 +387,7 @@ TALER_EXCHANGE_refund2 (struct TALER_EXCHANGE_Handle *exchange, TALER_amount_hton (&rh->depconf.refund_fee, refund_fee); - eh = TEL_curl_easy_get (rh->url); + eh = TALER_EXCHANGE_curl_easy_get_ (rh->url); if (GNUNET_OK != TALER_curl_easy_post (&rh->ctx, eh, |