gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix JWT format


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix JWT format
Date: Sat, 21 Jul 2018 08:40:48 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 2371a7547 fix JWT format
2371a7547 is described below

commit 2371a7547d958c640b97ed6016160a5d7dde0326
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Sat Jul 21 08:40:45 2018 +0200

    fix JWT format
---
 src/reclaim/jwt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/reclaim/jwt.c b/src/reclaim/jwt.c
index ec1e6d098..d23c6a2a9 100644
--- a/src/reclaim/jwt.c
+++ b/src/reclaim/jwt.c
@@ -49,7 +49,7 @@ create_jwt_header(void)
   json_object_set_new (root, JWT_ALG, json_string (JWT_ALG_VALUE));
   json_object_set_new (root, JWT_TYP, json_string (JWT_TYP_VALUE));
 
-  json_str = json_dumps (root, JSON_INDENT(1));
+  json_str = json_dumps (root, JSON_INDENT(0));
   json_decref (root);
   return json_str;
 }

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



reply via email to

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