diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-07-10 10:25:29 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-07-10 10:25:29 +0200 |
commit | 6107e995595d4057afaa0431f3af9afdce32feea (patch) | |
tree | 80879300924d0f7d574741bb4059d4b7645fbe6d /src/exchange/taler-exchange-httpd_common_kyc.c | |
parent | 3024dc9fa54e8677b4816e56f8d215556a7d5561 (diff) | |
parent | c05f832048f06dfcd0a7fd003c0b7033df07c3c4 (diff) |
Merge branch 'master' of ssh://git.taler.net/exchange
Diffstat (limited to 'src/exchange/taler-exchange-httpd_common_kyc.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_common_kyc.c | 3 |
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 bb3ca479..e32a92a8 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, |