gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -fix


From: gnunet
Subject: [gnunet] branch master updated: -fix
Date: Fri, 11 Dec 2020 10:00:05 +0100

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 89fa3061a -fix
89fa3061a is described below

commit 89fa3061a8497d006ebbfba2c038091754023b8f
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Dec 11 17:59:30 2020 +0900

    -fix
---
 src/reclaim/plugin_rest_openid_connect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/reclaim/plugin_rest_openid_connect.c 
b/src/reclaim/plugin_rest_openid_connect.c
index 8d21a5c99..921132d44 100644
--- a/src/reclaim/plugin_rest_openid_connect.c
+++ b/src/reclaim/plugin_rest_openid_connect.c
@@ -2020,7 +2020,7 @@ token_endpoint (struct GNUNET_REST_RequestHandle 
*con_handle,
   char *id_token;
   char *access_token;
   char *jwt_secret;
-  char *nonce;
+  char *nonce = NULL;
   char *code_verifier;
 
   /*

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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