gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: actually fix


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: actually fix
Date: Sat, 21 Jul 2018 13:04:19 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 735e69970 actually fix
735e69970 is described below

commit 735e699708247813ae3e9926190dff35a9c8eba1
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Sat Jul 21 13:04:17 2018 +0200

    actually fix
---
 src/reclaim/jwt.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/reclaim/jwt.c b/src/reclaim/jwt.c
index 041498fb2..94db19b14 100644
--- a/src/reclaim/jwt.c
+++ b/src/reclaim/jwt.c
@@ -121,9 +121,9 @@ jwt_create_from_list (const struct 
GNUNET_CRYPTO_EcdsaPublicKey *aud_key,
   //auth_time only if max_age
   //nonce only if nonce
   // OPTIONAL acr,amr,azp
-  subject = GNUNET_STRINGS_data_to_string_alloc (&sub_key,
+  subject = GNUNET_STRINGS_data_to_string_alloc (sub_key,
                                                  sizeof (struct 
GNUNET_CRYPTO_EcdsaPublicKey));
-  audience = GNUNET_STRINGS_data_to_string_alloc (&aud_key,
+  audience = GNUNET_STRINGS_data_to_string_alloc (aud_key,
                                                   sizeof (struct 
GNUNET_CRYPTO_EcdsaPublicKey));
   header = create_jwt_header ();
   body = json_object ();

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



reply via email to

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