From: Schanzenbach, Martin Date: Tue, 3 Jul 2018 22:17:20 +0000 (+0200) Subject: fix X-Git-Tag: v0.11.0~322^2~91^2~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=76fc90b73c0fe99379e600da48efbb5e5d080052;p=oweals%2Fgnunet.git fix --- diff --git a/src/identity-provider/plugin_rest_identity_provider.c b/src/identity-provider/plugin_rest_identity_provider.c index a83163db2..f8176a101 100644 --- a/src/identity-provider/plugin_rest_identity_provider.c +++ b/src/identity-provider/plugin_rest_identity_provider.c @@ -844,7 +844,7 @@ revoke_ticket_cont (struct GNUNET_REST_RequestHandle *con_handle, rnd_json = GNUNET_JSONAPI_resource_read_attr (json_res, "rnd"); identity_json = GNUNET_JSONAPI_resource_read_attr (json_res, - "identity"); + "issuer"); audience_json = GNUNET_JSONAPI_resource_read_attr (json_res, "audience"); rnd_str = json_string_value (rnd_json);