commit 523191f547f3818db033601a01d344d23fbf45d5
parent b7fb7d7b0c3495fbc13b58089a1eb5d8db93d029
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 24 Jul 2025 12:42:25 +0200
-make compiler happy
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -2421,7 +2421,7 @@ phase_select_wire_method (struct OrderContext *oc)
const struct TALER_Amount *ea;
struct WireMethodCandidate *best = NULL;
unsigned int max_choices = 0;
- unsigned int want_choices;
+ unsigned int want_choices = 0;
for (struct WireMethodCandidate *wmc = oc->add_payment_details.wmc_head;
NULL != wmc;