From: Schanzenbach, Martin Date: Wed, 20 Feb 2019 15:51:42 +0000 (+0100) Subject: update X-Git-Tag: v0.11.0~63^2~33 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6d527ae5fd36ae9f61bb0832a7a890372ab44bb6;p=oweals%2Fgnunet.git update --- 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, tld_iter, handle); if (NULL == handle->tld) - handle->tld = GNUNET_strdup (tmp_ego->keystring); + handle->tld = GNUNET_strdup (handle->oidc->client_id); GNUNET_SCHEDULER_add_now (&build_authz_response, handle); }