commit 4e45f3a965d5454b136eaf041d5d523f614343d4
parent dc90a82f72469521ba6d50932c2fd52761e1040e
Author: Özgür Kesim <oec-taler@kesim.org>
Date: Tue, 11 Jul 2023 20:34:58 +0200
-initialize value
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/merchant_api_get_reserve.c b/src/lib/merchant_api_get_reserve.c
@@ -98,7 +98,7 @@ handle_reserve_get_finished (void *cls,
= &rgr.details.ok.rs;
const json_t *rewards = NULL;
const json_t *accounts = NULL;
- unsigned int accounts_len;
+ unsigned int accounts_len = 0;
struct GNUNET_JSON_Specification spec[] = {
GNUNET_JSON_spec_timestamp ("creation_time",
&rs->creation_time),