summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_handle.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-29 16:54:58 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-29 16:54:58 +0100
commitcdc8c5b57bb5992b7afe5c9f36e5e286a930dff8 (patch)
tree1c06e31f5d8921373515a7594802451e305b5bc0 /src/lib/exchange_api_handle.c
parent0a2b049864c8dae0c53c203d46fca89e0e66849d (diff)
downloadexchange-cdc8c5b57bb5992b7afe5c9f36e5e286a930dff8.tar.gz
exchange-cdc8c5b57bb5992b7afe5c9f36e5e286a930dff8.tar.bz2
exchange-cdc8c5b57bb5992b7afe5c9f36e5e286a930dff8.zip
limit redirects
Diffstat (limited to 'src/lib/exchange_api_handle.c')
-rw-r--r--src/lib/exchange_api_handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index 6a88b703b..5d9551c5a 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -1953,7 +1953,7 @@ request_keys (void *cls)
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Requesting keys with URL `%s'.\n",
kr->url);
- eh = TEL_curl_easy_get (kr->url);
+ eh = TALER_EXCHANGE_curl_easy_get_ (kr->url);
GNUNET_assert (CURLE_OK ==
curl_easy_setopt (eh,
CURLOPT_VERBOSE,