gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix
Date: Sat, 21 Jul 2018 13:02:21 +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 7726b1597 fix
7726b1597 is described below

commit 7726b15977bacfc05a7f9321d3b595b04762d30a
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Sat Jul 21 13:02:18 2018 +0200

    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 cb1213dad..041498fb2 100644
--- a/src/reclaim/jwt.c
+++ b/src/reclaim/jwt.c
@@ -37,7 +37,7 @@
 
 #define JWT_TYP_VALUE "jwt"
 
-#define SERVER_ADDRESS "https://reclaim.id/api/openid/userinfo";
+#define SERVER_ADDRESS "https://reclaim.id";
 
 static char*
 create_jwt_header(void)
@@ -123,7 +123,7 @@ jwt_create_from_list (const struct 
GNUNET_CRYPTO_EcdsaPublicKey *aud_key,
   // OPTIONAL acr,amr,azp
   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]