gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: acutally initialize


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: acutally initialize num_auditors field, helps a lot...
Date: Thu, 11 May 2017 11:41:07 +0200

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 43126e8  acutally initialize num_auditors field, helps a lot...
43126e8 is described below

commit 43126e867a71b7ce0bb127e5ffe02ae952d2c602
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu May 11 11:41:05 2017 +0200

    acutally initialize num_auditors field, helps a lot...
---
 src/exchange-lib/exchange_api_handle.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/exchange-lib/exchange_api_handle.c 
b/src/exchange-lib/exchange_api_handle.c
index a4f0318..1caa696 100644
--- a/src/exchange-lib/exchange_api_handle.c
+++ b/src/exchange-lib/exchange_api_handle.c
@@ -594,6 +594,7 @@ decode_keys_json (const json_t *resp_obj,
                                     auditor_info,
                                     key_data));
       }
+      key_data->num_auditors = len;
     }
   }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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