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: Wed, 20 Feb 2019 17:19:58 +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 5cee429d0 fix
5cee429d0 is described below

commit 5cee429d0ca67478c814b431ef15cd09d7a42b39
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Wed Feb 20 17:19:57 2019 +0100

    fix
---
 src/rest-plugins/plugin_rest_openid_connect.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/rest-plugins/plugin_rest_openid_connect.c 
b/src/rest-plugins/plugin_rest_openid_connect.c
index 47af75bcc..e755f079b 100644
--- a/src/rest-plugins/plugin_rest_openid_connect.c
+++ b/src/rest-plugins/plugin_rest_openid_connect.c
@@ -937,7 +937,7 @@ oidc_ticket_issue_cb (void* cls,
   code_base64_final_string = base64_encode (code_json_string);
   if ( (NULL != handle->redirect_prefix) &&
        (NULL != handle->redirect_suffix) &&
-       (NULL != handle->tls) )
+       (NULL != handle->tld) )
   {
 
     GNUNET_asprintf (&redirect_uri, "%s.%s/%s?%s=%s&state=%s",
@@ -1109,7 +1109,7 @@ build_redirect (void *cls)
   {
     if ( (NULL != handle->redirect_prefix) &&
          (NULL != handle->redirect_suffix) &&
-         (NULL != handle->tls) )
+         (NULL != handle->tld) )
     {
       GNUNET_asprintf (&redirect_uri, 
"%s.%s/%s?error=%s&error_description=%s&state=%s",
                        handle->redirect_prefix,

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



reply via email to

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