diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-07-11 20:34:58 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-07-11 20:34:58 +0200 |
commit | 4e45f3a965d5454b136eaf041d5d523f614343d4 (patch) | |
tree | 706c3a19555c0bc6c0bd90590a7d0b05f6571d1b | |
parent | dc90a82f72469521ba6d50932c2fd52761e1040e (diff) |
-initialize value
-rw-r--r-- | src/lib/merchant_api_get_reserve.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/merchant_api_get_reserve.c b/src/lib/merchant_api_get_reserve.c index 355008b0..5fdd988e 100644 --- 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), |