diff options
author | Phil <phil.buschmann@tum.de> | 2017-12-07 13:54:14 +0000 |
---|---|---|
committer | Phil <phil.buschmann@tum.de> | 2017-12-07 13:55:46 +0000 |
commit | 508784b4a98364d120448e132a046423ec78541f (patch) | |
tree | e4a28297f824d5cf5d43c4c810da96a728b71c77 /src/identity-provider/plugin_rest_identity_provider.c | |
parent | c92893e0b0be2b93f2fb15e7f5bffab214c890c3 (diff) | |
parent | 3fdb794b668a634824072f57aac27368e9366e16 (diff) |
-merge
Diffstat (limited to 'src/identity-provider/plugin_rest_identity_provider.c')
-rw-r--r-- | src/identity-provider/plugin_rest_identity_provider.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/identity-provider/plugin_rest_identity_provider.c b/src/identity-provider/plugin_rest_identity_provider.c index 467b41796a..9e19b081ef 100644 --- a/src/identity-provider/plugin_rest_identity_provider.c +++ b/src/identity-provider/plugin_rest_identity_provider.c @@ -847,10 +847,10 @@ revoke_ticket_cont (struct GNUNET_REST_RequestHandle *con_handle, strlen (rnd_str), &ticket.rnd, sizeof (uint64_t)); - GNUNET_STRINGS_string_to_data (identity_str, - strlen (identity_str), - &ticket.identity, - sizeof (struct GNUNET_CRYPTO_EcdsaPublicKey)); +// GNUNET_STRINGS_string_to_data (identity_str, +// strlen (identity_str), +// &ticket.identity,type filter text +// sizeof (struct GNUNET_CRYPTO_EcdsaPublicKey)); GNUNET_STRINGS_string_to_data (audience_str, strlen (audience_str), &ticket.audience, |