exchange

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

commit e5088f85ad6107247a68f93275f8d2c2f73b9dc5
parent eeabce6220782d840f4b8c36ee5434b66ff36e24
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed, 15 Jul 2026 10:20:06 +0200

buy *

Diffstat:
Msrc/exchangedb/do_refresh.c | 2+-
Msrc/include/taler/taler_mhd_lib.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchangedb/do_refresh.c b/src/exchangedb/do_refresh.c @@ -129,7 +129,7 @@ TALER_EXCHANGEDB_do_refresh ( GNUNET_break (0); return GNUNET_DB_STATUS_HARD_ERROR; } - if (! balance_ok && no_coin_balance) + if (! (*balance_ok) && no_coin_balance) { GNUNET_break (0); return GNUNET_DB_STATUS_HARD_ERROR; diff --git a/src/include/taler/taler_mhd_lib.h b/src/include/taler/taler_mhd_lib.h @@ -972,7 +972,7 @@ TALER_MHD_parse_request_header_data (struct MHD_Connection *connection, * @param connection the MHD connection * @param max_len maximum allowed content length * @return - * #GNUNET_YES if the the argument is present + * #GNUNET_YES if the the argument is present and below @a max_len * #GNUNET_NO if the argument is absent or malformed * #GNUNET_SYSERR on internal error (error response could not be sent) */