gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -make gcc happy


From: gnunet
Subject: [taler-merchant] branch master updated: -make gcc happy
Date: Fri, 28 May 2021 17:36:37 +0200

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 dcaa1bb5 -make gcc happy
dcaa1bb5 is described below

commit dcaa1bb5ca854c9822c20229502ec25869bcb012
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri May 28 17:36:35 2021 +0200

    -make gcc happy
---
 src/backend/taler-merchant-httpd_private-post-orders.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c 
b/src/backend/taler-merchant-httpd_private-post-orders.c
index 0344079b..75707960 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -592,6 +592,9 @@ execute_order (struct MHD_Connection *connection,
           TALER_EC_GENERIC_DB_FETCH_FAILED,
           NULL);
         break;
+      default:
+        GNUNET_break (0);
+        return MHD_NO;
       }
       return ret;
     }

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