aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/plugin_reclaim_credential_pabc.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-04-20 23:57:50 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-04-20 23:57:50 +0200
commit985dcf84150151c8ad62549815da3a16e70ca4cd (patch)
tree4b48f083f39cdc936a4a514f05378e34bc729d05 /src/reclaim/plugin_reclaim_credential_pabc.c
parent78569d4099066fade00306232b507be47778ce92 (diff)
downloadgnunet-985dcf84150151c8ad62549815da3a16e70ca4cd.tar.gz
gnunet-985dcf84150151c8ad62549815da3a16e70ca4cd.zip
- fix
Diffstat (limited to 'src/reclaim/plugin_reclaim_credential_pabc.c')
-rw-r--r--src/reclaim/plugin_reclaim_credential_pabc.c6
1 files changed, 6 insertions, 0 deletions
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,
156 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 156 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
157 "Found attribue in PABC credential: `%s': `%s'\n", 157 "Found attribue in PABC credential: `%s': `%s'\n",
158 key, value); 158 key, value);
159 if (0 == strcmp (key, "expiration"))
160 return;
161 if (0 == strcmp (key, "issuer"))
162 return;
163 if (0 == strcmp (key, "subject"))
164 return;
159 GNUNET_RECLAIM_attribute_list_add (attrs, 165 GNUNET_RECLAIM_attribute_list_add (attrs,
160 key, 166 key,
161 NULL, 167 NULL,