From 582acc3cf31adf4919c726aa811c9988adb92c02 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 21 Apr 2022 21:04:33 +0200 Subject: add taler-exchange-httpd_reserves_purse.c to build --- src/lib/exchange_api_kyc_wallet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/exchange_api_kyc_wallet.c') diff --git a/src/lib/exchange_api_kyc_wallet.c b/src/lib/exchange_api_kyc_wallet.c index 7a78ceb24..fe5e6b702 100644 --- a/src/lib/exchange_api_kyc_wallet.c +++ b/src/lib/exchange_api_kyc_wallet.c @@ -122,7 +122,7 @@ handle_kyc_wallet_finished (void *cls, /* This should never happen, either us or the exchange is buggy (or API version conflict); just pass JSON reply to the application */ break; - case MHD_HTTP_UNAUTHORIZED: + case MHD_HTTP_FORBIDDEN: ks.ec = TALER_JSON_get_error_code (j); break; case MHD_HTTP_NOT_FOUND: -- cgit v1.2.3