aboutsummaryrefslogtreecommitdiff
path: root/src/rest-plugins
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-20 16:51:42 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-20 16:51:42 +0100
commit6d527ae5fd36ae9f61bb0832a7a890372ab44bb6 (patch)
tree57596a8af308d37fd16b2a642230871cd6b2685e /src/rest-plugins
parent003606cc941a4580d787c9970193bb22e307c413 (diff)
downloadgnunet-6d527ae5fd36ae9f61bb0832a7a890372ab44bb6.tar.gz
gnunet-6d527ae5fd36ae9f61bb0832a7a890372ab44bb6.zip
update
Diffstat (limited to 'src/rest-plugins')
-rw-r--r--src/rest-plugins/plugin_rest_openid_connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rest-plugins/plugin_rest_openid_connect.c b/src/rest-plugins/plugin_rest_openid_connect.c
index 5fa17076d..20feaec6a 100644
--- a/src/rest-plugins/plugin_rest_openid_connect.c
+++ b/src/rest-plugins/plugin_rest_openid_connect.c
@@ -1431,7 +1431,7 @@ authorize_endpoint (struct GNUNET_REST_RequestHandle *con_handle,
1431 tld_iter, 1431 tld_iter,
1432 handle); 1432 handle);
1433 if (NULL == handle->tld) 1433 if (NULL == handle->tld)
1434 handle->tld = GNUNET_strdup (tmp_ego->keystring); 1434 handle->tld = GNUNET_strdup (handle->oidc->client_id);
1435 GNUNET_SCHEDULER_add_now (&build_authz_response, handle); 1435 GNUNET_SCHEDULER_add_now (&build_authz_response, handle);
1436} 1436}
1437 1437