From: Christian Grothoff Date: Tue, 17 Mar 2020 00:47:41 +0000 (+0100) Subject: fix log error X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d12534331d2b77b3f3fec3ce735ccdf3daffbabe;p=oweals%2Fgnunet.git fix log error --- 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);