commit 5cee429d0ca67478c814b431ef15cd09d7a42b39
parent 997c001089392ed4be9b2bce22f042e109db3f25
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
Date: Wed, 20 Feb 2019 17:19:57 +0100
fix
Diffstat:
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
@@ -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,