aboutsummaryrefslogtreecommitdiff
path: root/src/rest-plugins
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-20 17:19:57 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-20 17:19:57 +0100
commit5cee429d0ca67478c814b431ef15cd09d7a42b39 (patch)
treec7f3412ea3d45490dbb88c295ef804f462934ec3 /src/rest-plugins
parent997c001089392ed4be9b2bce22f042e109db3f25 (diff)
downloadgnunet-5cee429d0ca67478c814b431ef15cd09d7a42b39.tar.gz
gnunet-5cee429d0ca67478c814b431ef15cd09d7a42b39.zip
fix
Diffstat (limited to 'src/rest-plugins')
-rw-r--r--src/rest-plugins/plugin_rest_openid_connect.c4
1 files 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,
937 code_base64_final_string = base64_encode (code_json_string); 937 code_base64_final_string = base64_encode (code_json_string);
938 if ( (NULL != handle->redirect_prefix) && 938 if ( (NULL != handle->redirect_prefix) &&
939 (NULL != handle->redirect_suffix) && 939 (NULL != handle->redirect_suffix) &&
940 (NULL != handle->tls) ) 940 (NULL != handle->tld) )
941 { 941 {
942 942
943 GNUNET_asprintf (&redirect_uri, "%s.%s/%s?%s=%s&state=%s", 943 GNUNET_asprintf (&redirect_uri, "%s.%s/%s?%s=%s&state=%s",
@@ -1109,7 +1109,7 @@ build_redirect (void *cls)
1109 { 1109 {
1110 if ( (NULL != handle->redirect_prefix) && 1110 if ( (NULL != handle->redirect_prefix) &&
1111 (NULL != handle->redirect_suffix) && 1111 (NULL != handle->redirect_suffix) &&
1112 (NULL != handle->tls) ) 1112 (NULL != handle->tld) )
1113 { 1113 {
1114 GNUNET_asprintf (&redirect_uri, "%s.%s/%s?error=%s&error_description=%s&state=%s", 1114 GNUNET_asprintf (&redirect_uri, "%s.%s/%s?error=%s&error_description=%s&state=%s",
1115 handle->redirect_prefix, 1115 handle->redirect_prefix,