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: Tue, 20 Dec 2022 12:55:45 +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 39277c43 -add missing return
39277c43 is described below

commit 39277c433a0eeea4cd3cbfa56c2cc51f45a2cac7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Dec 20 12:55:42 2022 +0100

    -add missing return
---
 src/exchange/taler-exchange-wirewatch.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/exchange/taler-exchange-wirewatch.c 
b/src/exchange/taler-exchange-wirewatch.c
index b528d270..f4e2d8a0 100644
--- a/src/exchange/taler-exchange-wirewatch.c
+++ b/src/exchange/taler-exchange-wirewatch.c
@@ -1071,7 +1071,7 @@ history_cb (void *cls,
                               reply->details.success.details_length);
       break;
     }
-    break;
+    return;
   case MHD_HTTP_NO_CONTENT:
     transaction_completed ();
     return;
@@ -1083,12 +1083,12 @@ history_cb (void *cls,
     }
     break;
   default:
+    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+                "Error fetching history: %s (%u)\n",
+                TALER_ErrorCode_get_hint (reply->ec),
+                reply->http_status);
     break;
   }
-  GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-              "Error fetching history: %s (%u)\n",
-              TALER_ErrorCode_get_hint (reply->ec),
-              reply->http_status);
   if (! exit_on_error)
   {
     transaction_completed ();

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