gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: remove exp


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: remove exp
Date: Thu, 27 Sep 2018 20:15:05 +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 83b444089 remove exp
83b444089 is described below

commit 83b444089d608bbf0308054cba17bb4658a7006a
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Thu Sep 27 20:15:01 2018 +0200

    remove exp
---
 src/rest-plugins/json_reclaim.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/rest-plugins/json_reclaim.c b/src/rest-plugins/json_reclaim.c
index c0cce3be5..03f58e0ba 100644
--- a/src/rest-plugins/json_reclaim.c
+++ b/src/rest-plugins/json_reclaim.c
@@ -44,7 +44,6 @@ parse_attr (void *cls,
   const char* name_str;
   const char* val_str;
   const char* type_str;
-  const char* exp_str;
   char *data;
   int unpack_state;
   uint32_t type;
@@ -60,11 +59,10 @@ parse_attr (void *cls,
   }
   //interpret single attribute
   unpack_state = json_unpack(root,
-                             "{s:s, s:s, s:s, s:s!}",
+                             "{s:s, s:s, s:s!}",
                              "name", &name_str,
                              "type", &type_str,
-                             "value", &val_str,
-                             "exp", &exp_str);
+                             "value", &val_str);
   if (0 != unpack_state)
   {
     GNUNET_log(GNUNET_ERROR_TYPE_DEBUG,

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



reply via email to

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