From 5cee429d0ca67478c814b431ef15cd09d7a42b39 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Wed, 20 Feb 2019 17:19:57 +0100 Subject: 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, -- cgit v1.2.3