aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-17 01:47:41 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-17 01:47:41 +0100
commitd12534331d2b77b3f3fec3ce735ccdf3daffbabe (patch)
treed88f705c6a368f71feb6acd8ab8075adcd2ba77c /src/reclaim
parent2fb32626a1dea43c1b43cda8ac71df2ed5bc69ad (diff)
downloadgnunet-d12534331d2b77b3f3fec3ce735ccdf3daffbabe.tar.gz
gnunet-d12534331d2b77b3f3fec3ce735ccdf3daffbabe.zip
fix log error
Diffstat (limited to 'src/reclaim')
-rw-r--r--src/reclaim/plugin_reclaim_attestation_jwt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reclaim/plugin_reclaim_attestation_jwt.c b/src/reclaim/plugin_reclaim_attestation_jwt.c
index ec31584d5..c87d3e61a 100644
--- a/src/reclaim/plugin_reclaim_attestation_jwt.c
+++ b/src/reclaim/plugin_reclaim_attestation_jwt.c
@@ -163,7 +163,7 @@ jwt_parse_attributes (void *cls,
163 json_t *json_val; 163 json_t *json_val;
164 json_error_t *json_err = NULL; 164 json_error_t *json_err = NULL;
165 165
166 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "%s\n", attest->data); 166 /* GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "%s\n", attest->data); (not OK: 'data' is not defined as 0-terminated text, but binary) */
167 if (GNUNET_RECLAIM_ATTESTATION_TYPE_JWT != attest->type) 167 if (GNUNET_RECLAIM_ATTESTATION_TYPE_JWT != attest->type)
168 return NULL; 168 return NULL;
169 attrs = GNUNET_new (struct GNUNET_RECLAIM_AttributeList); 169 attrs = GNUNET_new (struct GNUNET_RECLAIM_AttributeList);