gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: fix log error


From: gnunet
Subject: [gnunet] branch master updated: fix log error
Date: Tue, 17 Mar 2020 01:51:57 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new d12534331 fix log error
d12534331 is described below

commit d12534331d2b77b3f3fec3ce735ccdf3daffbabe
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Mar 17 01:47:41 2020 +0100

    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);

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]