gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: -initialize value


From: gnunet
Subject: [taler-merchant] branch master updated: -initialize value
Date: Tue, 11 Jul 2023 20:35:06 +0200

This is an automated email from the git hooks/post-receive script.

oec pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 4e45f3a9 -initialize value
4e45f3a9 is described below

commit 4e45f3a965d5454b136eaf041d5d523f614343d4
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Tue Jul 11 20:34:58 2023 +0200

    -initialize value
---
 src/lib/merchant_api_get_reserve.c | 2 +-
 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
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),

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]