gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (d8c9f2a0 -> a11e3cb1)


From: gnunet
Subject: [taler-exchange] branch master updated (d8c9f2a0 -> a11e3cb1)
Date: Thu, 19 Aug 2021 16:32:59 +0200

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

grothoff pushed a change to branch master
in repository exchange.

    from d8c9f2a0 -fix conditional
     new aa68d1d0 -minor cleanup
     new a11e3cb1 -indent fix

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/exchange/taler-exchange-httpd.c         | 2 +-
 src/exchange/taler-exchange-httpd_keys.c    | 3 ++-
 src/exchangedb/plugin_exchangedb_postgres.c | 3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd.c 
b/src/exchange/taler-exchange-httpd.c
index ae804037..4a206b13 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -299,6 +299,7 @@ handle_mhd_completion_callback (void *cls,
   struct ExchangeHttpRequestClosure *ecls = *con_cls;
   struct GNUNET_AsyncScopeSave old_scope;
 
+  (void) cls;
   if (NULL == ecls)
     return;
   GNUNET_async_scope_enter (&ecls->async_scope_id,
@@ -325,7 +326,6 @@ handle_mhd_completion_callback (void *cls,
                 toe);
 #endif
   }
-  (void) cls;
 
   TALER_MHD_parse_post_cleanup_callback (ecls->opaque_post_parsing_context);
   /* Sanity-check that we didn't leave any transactions hanging */
diff --git a/src/exchange/taler-exchange-httpd_keys.c 
b/src/exchange/taler-exchange-httpd_keys.c
index 4af28b14..0cc8c831 100644
--- a/src/exchange/taler-exchange-httpd_keys.c
+++ b/src/exchange/taler-exchange-httpd_keys.c
@@ -1,6 +1,6 @@
 /*
   This file is part of TALER
-  Copyright (C) 2020 Taler Systems SA
+  Copyright (C) 2020, 2021 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
@@ -1715,6 +1715,7 @@ build_key_state (struct HelperState *hs,
   ksh->signkey_map = GNUNET_CONTAINER_multipeermap_create (32,
                                                            GNUNET_NO /* MUST 
be NO! */);
   ksh->auditors = json_array ();
+  GNUNET_assert (NULL != ksh->auditors);
   /* NOTE: fetches master-signed signkeys, but ALSO those that were revoked! */
   qs = TEH_plugin->iterate_denominations (TEH_plugin->cls,
                                           &denomination_info_cb,
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c 
b/src/exchangedb/plugin_exchangedb_postgres.c
index a259c7a0..1d05fb49 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -7483,7 +7483,8 @@ postgres_gc (void *cls)
      recoup and reserves_out tables to known_coins; these
      are NOT using 'ON DROP CASCADE' and might keep denomination
      keys alive for a bit longer, thus causing this statement
-     to fail. */(void) GNUNET_PQ_eval_prepared_non_select (conn,
+     to fail. */
+  (void) GNUNET_PQ_eval_prepared_non_select (conn,
                                              "gc_denominations",
                                              params_time);
   GNUNET_PQ_disconnect (conn);

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