From 985dcf84150151c8ad62549815da3a16e70ca4cd Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Tue, 20 Apr 2021 23:57:50 +0200 Subject: - fix --- src/reclaim/plugin_reclaim_credential_pabc.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/reclaim/plugin_reclaim_credential_pabc.c b/src/reclaim/plugin_reclaim_credential_pabc.c index 8f9a0509d..4b19a3544 100644 --- a/src/reclaim/plugin_reclaim_credential_pabc.c +++ b/src/reclaim/plugin_reclaim_credential_pabc.c @@ -156,6 +156,12 @@ inspect_attrs (char const *const key, GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Found attribue in PABC credential: `%s': `%s'\n", key, value); + if (0 == strcmp (key, "expiration")) + return; + if (0 == strcmp (key, "issuer")) + return; + if (0 == strcmp (key, "subject")) + return; GNUNET_RECLAIM_attribute_list_add (attrs, key, NULL, -- cgit v1.2.3