gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -no return is correct here


From: gnunet
Subject: [taler-exchange] branch master updated: -no return is correct here
Date: Thu, 06 Jul 2023 12:39:42 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 1026a32c -no return is correct here
1026a32c is described below

commit 1026a32c71ce9273d4dbb93a77392dd0f5b523cb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jul 6 12:39:38 2023 +0200

    -no return is correct here
---
 src/exchange/taler-exchange-httpd_common_kyc.c | 3 +--
 1 file changed, 1 insertion(+), 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,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]