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: fix uninit auditor_


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix uninit auditor_url field
Date: Tue, 26 Sep 2017 14:09:02 +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 d36a200  fix uninit auditor_url field
d36a200 is described below

commit d36a2008e83ffea35dbbcbe48c221843de875b46
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Sep 26 14:09:55 2017 +0200

    fix uninit auditor_url field
---
 src/exchange/taler-exchange-httpd_keystate.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/exchange/taler-exchange-httpd_keystate.c 
b/src/exchange/taler-exchange-httpd_keystate.c
index 06bb504..facea88 100644
--- a/src/exchange/taler-exchange-httpd_keystate.c
+++ b/src/exchange/taler-exchange-httpd_keystate.c
@@ -1107,6 +1107,7 @@ add_auditor_entry (void *cls,
                   "denomination_keys", ae->ar,
                   "auditor_url", ae->auditor_url,
                   "auditor_pub", GNUNET_JSON_from_data_auto (ae->apub));
+  GNUNET_assert (NULL != ao);
   GNUNET_assert (0 ==
                  json_array_append_new (rbc->auditors_array,
                                         ao));
@@ -1207,6 +1208,7 @@ build_keys_response (const struct ResponseFactoryContext 
*rfc,
         if (NULL == ae)
         {
           ae = GNUNET_new (struct AuditorEntry);
+          ae->auditor_url = as->auditor_url;
           ae->ar = json_array ();
           ae->apub = &as->apub;
           GNUNET_assert (GNUNET_YES ==

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



reply via email to

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