gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] 02/06: fixed Anastasis to build, testing fails


From: gnunet
Subject: [taler-anastasis] 02/06: fixed Anastasis to build, testing fails
Date: Wed, 19 Aug 2020 12:32:23 +0200

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

commit c329ef6602a5e4a4cffd752bd4a31bd0ddea7ee3
Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch>
AuthorDate: Sun Aug 16 15:44:25 2020 +0000

    fixed Anastasis to build, testing fails
---
 src/backend/anastasis-httpd_policy_upload.c | 10 ++++++++++
 src/lib/Makefile.am                         |  1 -
 src/lib/testing_api_cmd_truth_store.c       |  2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/backend/anastasis-httpd_policy_upload.c 
b/src/backend/anastasis-httpd_policy_upload.c
index d98f42c..7cd9ac8 100644
--- a/src/backend/anastasis-httpd_policy_upload.c
+++ b/src/backend/anastasis-httpd_policy_upload.c
@@ -146,6 +146,16 @@ struct PolicyUploadContext
    */
   unsigned int response_code;
 
+  /**
+   * Whether to generate a claim token.
+   */
+  bool make_claim_token;
+
+  /**
+   * The claim token
+   */
+  struct TALER_ClaimTokenP claim_token;
+
 };
 
 
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index cd1d449..3aeff6a 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -30,7 +30,6 @@ libanastasisrest_la_LIBADD = \
   -lgnunetutil \
   -ljansson \
   -ltalerutil \
-  -lanastasisutil \
   $(XLIB)
 
 if HAVE_LIBCURL
diff --git a/src/lib/testing_api_cmd_truth_store.c 
b/src/lib/testing_api_cmd_truth_store.c
index 1de47d0..93789aa 100644
--- a/src/lib/testing_api_cmd_truth_store.c
+++ b/src/lib/testing_api_cmd_truth_store.c
@@ -308,7 +308,7 @@ truth_store_cleanup (void *cls,
     tss->tso = NULL;
   }
 
-  GNUNET_free ((void *) tss->payment_order_id);
+  GNUNET_free (tss->payment_order_id);
   GNUNET_free (tss);
 }
 

-- 
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]