From d12534331d2b77b3f3fec3ce735ccdf3daffbabe Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 17 Mar 2020 01:47:41 +0100 Subject: fix log error --- src/reclaim/plugin_reclaim_attestation_jwt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, json_t *json_val; json_error_t *json_err = NULL; - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "%s\n", attest->data); + /* GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "%s\n", attest->data); (not OK: 'data' is not defined as 0-terminated text, but binary) */ if (GNUNET_RECLAIM_ATTESTATION_TYPE_JWT != attest->type) return NULL; attrs = GNUNET_new (struct GNUNET_RECLAIM_AttributeList); -- cgit v1.2.3