gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fixed json unpack error


From: gnunet
Subject: [taler-anastasis] branch master updated: fixed json unpack error
Date: Tue, 12 May 2020 21:20:10 +0200

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 30a2f0a  fixed json unpack error
30a2f0a is described below

commit 30a2f0ac99b64a07888f17295c5c8066919b8933
Author: Dennis Neufeld <address@hidden>
AuthorDate: Tue May 12 19:19:41 2020 +0000

    fixed json unpack error
---
 src/lib/anastasis.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/lib/anastasis.c b/src/lib/anastasis.c
index cd4ce35..8a32f05 100644
--- a/src/lib/anastasis.c
+++ b/src/lib/anastasis.c
@@ -575,11 +575,11 @@ policy_lookup_cb (void *cls,
                                 " s:o,"       /* truth key */
                                 " s:o,"       /* truth salt */
                                 " s:s}",       /* escrow method */
-                                "uuid", cs[i].challenge_uuid,
-                                "url", cs[i].url,
-                                "truth_key", cs[i].truth_key,
-                                "salt", cs[i].truth_salt,
-                                "escrow_method", cs[i].escrow_method));
+                                "uuid", &cs[i].challenge_uuid,
+                                "url", &cs[i].url,
+                                "truth_key", &cs[i].truth_key,
+                                "salt", &cs[i].truth_salt,
+                                "escrow_method", &cs[i].escrow_method));
     cs[i].recovery = r;
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "At %s:%d challenge_uuid is %s-%llu b\n", __FILE__, __LINE__,

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



reply via email to

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