[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: -fix compiler warning
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: -fix compiler warning |
Date: |
Fri, 23 Jul 2021 14:30:46 +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 d0a74317 -fix compiler warning
d0a74317 is described below
commit d0a743179c182aa22e0d88e6f50ae12686999f29
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jul 23 14:30:43 2021 +0200
-fix compiler warning
---
src/backend/taler-merchant-httpd_private-post-orders.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c
b/src/backend/taler-merchant-httpd_private-post-orders.c
index 9c468104..63eff40e 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -1060,7 +1060,6 @@ patch_order (struct MHD_Connection *connection,
MHD_HTTP_INTERNAL_SERVER_ERROR,
TALER_EC_GENERIC_FAILED_COMPUTE_JSON_HASH,
"could not compute hash of patched order");
-
case GNUNET_NO:
GNUNET_break_op (0);
return TALER_MHD_reply_with_error (
@@ -1068,6 +1067,8 @@ patch_order (struct MHD_Connection *connection,
MHD_HTTP_BAD_REQUEST,
TALER_EC_GENERIC_FAILED_COMPUTE_JSON_HASH,
"order contained unallowed values");
+ case GNUNET_OK:
+ break;
}
}
return execute_order (connection,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: -fix compiler warning,
gnunet <=