[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: fix missing break
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: fix missing break |
Date: |
Fri, 13 Dec 2024 20:06:59 +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 a34bda38e fix missing break
a34bda38e is described below
commit a34bda38e2e4e945140f17a5ffb73d3e7228e48b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Dec 13 20:06:57 2024 +0100
fix missing break
---
src/exchange/taler-exchange-httpd_withdraw.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/exchange/taler-exchange-httpd_withdraw.c
b/src/exchange/taler-exchange-httpd_withdraw.c
index ecaa49b04..04b6bb799 100644
--- a/src/exchange/taler-exchange-httpd_withdraw.c
+++ b/src/exchange/taler-exchange-httpd_withdraw.c
@@ -1585,11 +1585,10 @@ check_keys (struct WithdrawContext *wc)
MHD_HTTP_INTERNAL_SERVER_ERROR,
TALER_EC_EXCHANGE_GENERIC_KEYS_MISSING,
typ2str (wc)));
+ break;
default:
GNUNET_break (0);
}
-
- return;
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: fix missing break,
gnunet <=