summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-06 12:39:38 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-06 12:39:38 +0200
commit1026a32c71ce9273d4dbb93a77392dd0f5b523cb (patch)
tree7d7c297722a67b15a21dc4a07eb68170cafef26f /src/exchange
parentc02d88c8e3f55b109063ced037fb8cffb4d5d844 (diff)
downloadexchange-1026a32c71ce9273d4dbb93a77392dd0f5b523cb.tar.gz
exchange-1026a32c71ce9273d4dbb93a77392dd0f5b523cb.tar.bz2
exchange-1026a32c71ce9273d4dbb93a77392dd0f5b523cb.zip
-no return is correct here
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd_common_kyc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_common_kyc.c b/src/exchange/taler-exchange-httpd_common_kyc.c
index bb3ca4795..e32a92a80 100644
--- a/src/exchange/taler-exchange-httpd_common_kyc.c
+++ b/src/exchange/taler-exchange-httpd_common_kyc.c
@@ -182,8 +182,7 @@ kyc_aml_finished (void *cls,
kat->http_status = MHD_HTTP_INTERNAL_SERVER_ERROR;
kat->response = TALER_MHD_make_error (TALER_EC_GENERIC_DB_STORE_FAILED,
"do_insert_kyc_attributes");
-
- /* FIXME-Christian: shouldn't we return in the error case? */
+ /* Continued below to return the response */
}
/* Finally, return result to main handler */
kat->cb (kat->cb_cls,