gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: update
Date: Wed, 20 Feb 2019 16:52:02 +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 6d527ae5f update
     new 609e4becf Merge branch 'master' of git+ssh://gnunet.org/gnunet
6d527ae5f is described below

commit 6d527ae5fd36ae9f61bb0832a7a890372ab44bb6
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Wed Feb 20 16:51:42 2019 +0100

    update
---
 src/rest-plugins/plugin_rest_openid_connect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rest-plugins/plugin_rest_openid_connect.c 
b/src/rest-plugins/plugin_rest_openid_connect.c
index 5fa17076d..20feaec6a 100644
--- a/src/rest-plugins/plugin_rest_openid_connect.c
+++ b/src/rest-plugins/plugin_rest_openid_connect.c
@@ -1431,7 +1431,7 @@ authorize_endpoint (struct GNUNET_REST_RequestHandle 
*con_handle,
                                                  tld_iter,
                                                  handle);
   if (NULL == handle->tld)
-    handle->tld = GNUNET_strdup (tmp_ego->keystring);
+    handle->tld = GNUNET_strdup (handle->oidc->client_id);
   GNUNET_SCHEDULER_add_now (&build_authz_response, handle);
 }
 

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



reply via email to

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