From: Schanzenbach, Martin Date: Wed, 20 Feb 2019 16:19:57 +0000 (+0100) Subject: fix X-Git-Tag: v0.11.0~63^2~30 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5cee429d0ca67478c814b431ef15cd09d7a42b39;p=oweals%2Fgnunet.git fix --- 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,