gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -cleanup


From: gnunet
Subject: [gnunet] branch master updated: -cleanup
Date: Mon, 25 Oct 2021 09:05:42 +0200

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 30754bd44 -cleanup
30754bd44 is described below

commit 30754bd441ae25b12537bb2b334c36af1ff93a46
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Oct 25 09:05:12 2021 +0200

    -cleanup
---
 src/json/json_helper.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/json/json_helper.c b/src/json/json_helper.c
index 55435ea19..3a11f205c 100644
--- a/src/json/json_helper.c
+++ b/src/json/json_helper.c
@@ -847,11 +847,8 @@ GNUNET_JSON_spec_rsa_public_key (const char *name,
   struct GNUNET_JSON_Specification ret = {
     .parser = &parse_rsa_public_key,
     .cleaner = &clean_rsa_public_key,
-    .cls = NULL,
     .field = name,
-    .ptr = pk,
-    .ptr_size = 0,
-    .size_ptr = NULL
+    .ptr = pk
   };
 
   *pk = NULL;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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