aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_kyc_check.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-21 21:04:33 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-21 21:04:33 +0200
commit582acc3cf31adf4919c726aa811c9988adb92c02 (patch)
tree43bd1637ed1360dac1b16689cb54e5196559089a /src/lib/exchange_api_kyc_check.c
parentc3e67dfc6b32b009380b2b24f6d4c6eb2d775177 (diff)
downloadexchange-582acc3cf31adf4919c726aa811c9988adb92c02.tar.xz
add taler-exchange-httpd_reserves_purse.c to build
Diffstat (limited to 'src/lib/exchange_api_kyc_check.c')
-rw-r--r--src/lib/exchange_api_kyc_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_kyc_check.c b/src/lib/exchange_api_kyc_check.c
index 1f9f3b160..62a1db582 100644
--- a/src/lib/exchange_api_kyc_check.c
+++ b/src/lib/exchange_api_kyc_check.c
@@ -178,7 +178,7 @@ handle_kyc_check_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: