gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: add missing return


From: gnunet
Subject: [taler-exchange] branch master updated: add missing return
Date: Sun, 20 Dec 2020 17:15:57 +0100

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 1fcfdf4c add missing return
1fcfdf4c is described below

commit 1fcfdf4c9e5835c81b8424febc854fb7f9d0829b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Dec 20 17:15:55 2020 +0100

    add missing return
---
 src/exchange/taler-exchange-httpd_wire.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_wire.c 
b/src/exchange/taler-exchange-httpd_wire.c
index d575fcf9..885d10d7 100644
--- a/src/exchange/taler-exchange-httpd_wire.c
+++ b/src/exchange/taler-exchange-httpd_wire.c
@@ -348,10 +348,10 @@ TEH_handler_wire (const struct TEH_RequestHandler *rh,
   (void) args;
   wsh = get_wire_state ();
   if (NULL == wsh)
-    TALER_MHD_reply_with_error (connection,
-                                MHD_HTTP_INTERNAL_SERVER_ERROR,
-                                TALER_EC_EXCHANGE_GENERIC_BAD_CONFIGURATION,
-                                NULL);
+    return TALER_MHD_reply_with_error (connection,
+                                       MHD_HTTP_INTERNAL_SERVER_ERROR,
+                                       
TALER_EC_EXCHANGE_GENERIC_BAD_CONFIGURATION,
+                                       NULL);
   return TALER_MHD_reply_json (connection,
                                json_incref (wsh->wire_reply),
                                MHD_HTTP_OK);

-- 
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]