commit 8de12b69bce189872ba7313fe73261e087909ea3
parent de44bf7cd32467f5aa5c5133c2f33f88f31fa006
Author: Manuel Geissbühler <manuel@debian>
Date: Thu, 2 Jan 2025 18:46:42 +0100
debugging
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bank/bank_api_account_withdrawal.c b/src/bank/bank_api_account_withdrawal.c
@@ -607,7 +607,7 @@ TALER_BANK_withdrawalID_info (
curl_easy_setopt (eh,
CURLOPT_URL,
awch->request_url)) ||
- (GNUNET_OK !=
+ (CURLE_OK !=
curl_easy_setopt(eh, CURLOPT_HTTPGET, 1)))
{
GNUNET_break (0);