exchange

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

commit 14991a51c3e1b78b272117db8dc3013515efd116
parent 42abb2dbb2c8e5ad638354ca88b8e5c853919b9f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 28 Jun 2026 08:43:00 +0200

badness

Diffstat:
Msrc/lib/exchange_api_get-reserves-RESERVE_PUB-history.c | 4++--
Msrc/mhd/mhd2_spa.c | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/exchange_api_get-reserves-RESERVE_PUB-history.c b/src/lib/exchange_api_get-reserves-RESERVE_PUB-history.c @@ -795,14 +795,14 @@ free_reserve_history ( case TALER_EXCHANGE_RTT_RECOUP: break; case TALER_EXCHANGE_RTT_CLOSING: + GNUNET_free ( + rhi->details.close_details.receiver_account_details.full_payto); break; case TALER_EXCHANGE_RTT_MERGE: break; case TALER_EXCHANGE_RTT_OPEN: break; case TALER_EXCHANGE_RTT_CLOSE: - GNUNET_free (rhi->details.close_details - .receiver_account_details.full_payto); break; } } diff --git a/src/mhd/mhd2_spa.c b/src/mhd/mhd2_spa.c @@ -238,7 +238,7 @@ build_webui (void *cls, in); if (NULL != zresponse) { - if (MHD_SC_OK == + if (MHD_SC_OK != MHD_response_add_header (zresponse, MHD_HTTP_HEADER_CONTENT_ENCODING, "deflate"))