gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: add missing 'break'


From: gnunet
Subject: [taler-merchant] branch master updated: add missing 'break'
Date: Fri, 19 Nov 2021 11:44:35 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 2b56dacb add missing 'break'
2b56dacb is described below

commit 2b56dacb17bcfbefc2174a960000b53b8e188651
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Nov 19 11:44:33 2021 +0100

    add missing 'break'
---
 src/backend/taler-merchant-httpd_private-get-orders-ID.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c 
b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
index bb576ab9..5b2bfeb0 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
@@ -498,6 +498,7 @@ deposit_get_cb (void *cls,
                        TALER_EC_NONE);
         return;
       }
+      break;
     }
   case MHD_HTTP_ACCEPTED:
     {

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