exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 492d501570106cb2eefa684820d0c64966c153f9
parent a6b21080099a4b6777749759238464f87f7d013c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 18 May 2022 09:57:56 +0200

-squash compiler warning

Diffstat:
Msrc/exchange/taler-exchange-aggregator.c | 2+-
Msrc/exchange/taler-exchange-httpd_wire.c | 1-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c @@ -360,7 +360,7 @@ run_aggregation (void *cls) struct AggregationUnit au_active; enum GNUNET_DB_QueryStatus qs; struct TALER_Amount trans; - bool have_transient; + bool have_transient = true; /* squash compiler warning */ task = NULL; GNUNET_log (GNUNET_ERROR_TYPE_INFO, diff --git a/src/exchange/taler-exchange-httpd_wire.c b/src/exchange/taler-exchange-httpd_wire.c @@ -609,7 +609,6 @@ TEH_handler_wire (struct TEH_RequestContext *rc, GNUNET_break (MHD_YES == ret); MHD_destroy_response (resp); return ret; - } } return MHD_queue_response (rc->connection,