gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: minor fixes


From: gnunet
Subject: [taler-donau] branch master updated: minor fixes
Date: Wed, 01 May 2024 15:45:05 +0200

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

johannes-casaburi pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 3d46e80  minor fixes
3d46e80 is described below

commit 3d46e80874d28071c2c550442431bade3ef83e12
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
AuthorDate: Wed May 1 15:44:01 2024 +0200

    minor fixes
---
 .gitignore                                 | 13 +++++++++++++
 src/donau/donau-httpd_batch-issue.c        |  2 +-
 src/donau/donau-httpd_batch-submit.c       |  2 +-
 src/donau/donau-httpd_charities_get.c      |  4 ++--
 src/donau/donau-httpd_charity_get.c        |  4 ++--
 src/donau/donau-httpd_charity_insert.c     |  4 ++--
 src/donau/donau-httpd_donation-statement.c |  5 ++---
 src/donau/donau-httpd_keys.c               |  2 +-
 8 files changed, 24 insertions(+), 12 deletions(-)

diff --git a/.gitignore b/.gitignore
index 17fdfac..4f51b12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,16 @@ src/testing/test_donau_api_rsa
 src/testing/test_donau_api_c
 src/testing/test_donau_api_rsa
 src/testing/test_donau_api_cs
+*.log
+*.sed
+test_donau_api_home
+libtool
+charity-priv
+po/POTFILES
+src/donaudb/log
+stamp-h1
+taler_config.h
+contrib/sigp/donau_signatures.h
+*.status
+*.tmp
+tmp-last-response.*
diff --git a/src/donau/donau-httpd_batch-issue.c 
b/src/donau/donau-httpd_batch-issue.c
index 588daa8..4d804d1 100644
--- a/src/donau/donau-httpd_batch-issue.c
+++ b/src/donau/donau-httpd_batch-issue.c
@@ -384,4 +384,4 @@ start:
 }
 
 
-/* end of donau-httpd_post-batch-issue.c */
+/* end of donau-httpd_batch-issue.c */
diff --git a/src/donau/donau-httpd_batch-submit.c 
b/src/donau/donau-httpd_batch-submit.c
index ceab749..ef8e1a2 100644
--- a/src/donau/donau-httpd_batch-submit.c
+++ b/src/donau/donau-httpd_batch-submit.c
@@ -205,4 +205,4 @@ DH_handler_submit_receipts_post (struct DH_RequestContext 
*rc,
 }
 
 
-/* end of donau-httpd_post-submit-receipts.c */
+/* end of donau-httpd_batch-submit.c */
diff --git a/src/donau/donau-httpd_charities_get.c 
b/src/donau/donau-httpd_charities_get.c
index f8faf6b..9ca5b65 100644
--- a/src/donau/donau-httpd_charities_get.c
+++ b/src/donau/donau-httpd_charities_get.c
@@ -14,7 +14,7 @@
   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 */
 /**
- * @file donau-httpd_get-charities.c
+ * @file donau-httpd_charities_get.c
  * @brief Return charities
  * @author Johannes Casaburi
  */
@@ -116,4 +116,4 @@ DH_handler_charities_get (
 }
 
 
-/* end of donau-httpd_get-charities.c */
+/* end of donau-httpd_charities_get.c */
diff --git a/src/donau/donau-httpd_charity_get.c 
b/src/donau/donau-httpd_charity_get.c
index c6ac092..5d35bd0 100644
--- a/src/donau/donau-httpd_charity_get.c
+++ b/src/donau/donau-httpd_charity_get.c
@@ -1,6 +1,6 @@
 /*
   This file is part of TALER
-  Copyright (C) 2023 Taler Systems SA
+  Copyright (C) 2023-2024 Taler Systems SA
 
   TALER is free software; you can redistribute it and/or modify it under the
   terms of the GNU Affero General Public License as published by the Free 
Software
@@ -108,4 +108,4 @@ DH_handler_charity_get (
 }
 
 
-/* end of donau-httpd_aml-decision_get.c */
+/* end of donau-httpd_charity_get.c */
diff --git a/src/donau/donau-httpd_charity_insert.c 
b/src/donau/donau-httpd_charity_insert.c
index ffb93f5..7c3b027 100644
--- a/src/donau/donau-httpd_charity_insert.c
+++ b/src/donau/donau-httpd_charity_insert.c
@@ -14,7 +14,7 @@
   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 */
 /**
- * @file donau-httpd_post-charity.c
+ * @file donau-httpd_charity_insert.c
  * @brief Handle request to insert a charity.
  * @author Johannes Casaburi
  */
@@ -164,4 +164,4 @@ DH_handler_charity_post (struct DH_RequestContext *rc,
 }
 
 
-/* end of donau-httpd_post-charity.c */
+/* end of donau-httpd_charity_insert.c */
diff --git a/src/donau/donau-httpd_donation-statement.c 
b/src/donau/donau-httpd_donation-statement.c
index 75c1827..b066d2d 100644
--- a/src/donau/donau-httpd_donation-statement.c
+++ b/src/donau/donau-httpd_donation-statement.c
@@ -72,7 +72,6 @@ DH_handler_donation_statement_get (
   }
 
   {
-    struct DONAU_DonauSignatureP ds;
     struct TALER_Amount total_donations;
     struct DONAU_DonauPublicKeyP donau_pub;
     struct DONAU_DonauSignatureP donau_sig;
@@ -123,11 +122,11 @@ DH_handler_donation_statement_get (
       rc->connection,
       MHD_HTTP_OK,
       GNUNET_JSON_pack_data_auto ("donation_statement",
-                                  &ds));
+                                  &donau_sig));
 
     return result;
   }
 }
 
 
-/* end of donau-httpd_aml-decision_get.c */
+/* end of donau-httpd_donation-statement.c */
diff --git a/src/donau/donau-httpd_keys.c b/src/donau/donau-httpd_keys.c
index ab99441..018c096 100644
--- a/src/donau/donau-httpd_keys.c
+++ b/src/donau/donau-httpd_keys.c
@@ -1,6 +1,6 @@
 /*
  This file is part of TALER
- Copyright (C) 2020-2024 Taler Systems SA
+ Copyright (C) 2023-2024 Taler Systems SA
 
  TALER is free software; you can redistribute it and/or modify it under the
  terms of the GNU Affero General Public License as published by the Free 
Software

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