From cdc8c5b57bb5992b7afe5c9f36e5e286a930dff8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 29 Feb 2020 16:54:58 +0100 Subject: limit redirects --- src/lib/exchange_api_recoup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/exchange_api_recoup.c') diff --git a/src/lib/exchange_api_recoup.c b/src/lib/exchange_api_recoup.c index a31d5b40..013d480b 100644 --- a/src/lib/exchange_api_recoup.c +++ b/src/lib/exchange_api_recoup.c @@ -389,7 +389,7 @@ TALER_EXCHANGE_recoup (struct TALER_EXCHANGE_Handle *exchange, ph->url = TEAH_path_to_url (exchange, arg_str); ph->was_refreshed = was_refreshed; - eh = TEL_curl_easy_get (ph->url); + eh = TALER_EXCHANGE_curl_easy_get_ (ph->url); if (GNUNET_OK != TALER_curl_easy_post (&ph->ctx, eh, -- cgit v1.2.3