exchange

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

commit ed7e174ebfea468bc5087c35a82f370685f5667b
parent 48d84d9b3c26776fe9b3454ed304a606080ed8c4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  5 Aug 2025 21:20:28 +0200

add missing return

Diffstat:
Msrc/include/taler/taler_mhd_lib.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/include/taler/taler_mhd_lib.h b/src/include/taler/taler_mhd_lib.h @@ -505,6 +505,7 @@ TALER_MHD_parse_request_arg_timeout (struct MHD_Connection *connection, return MHD_NO; \ case GNUNET_NO: \ GNUNET_break_op (0); \ + return MHD_YES; \ case GNUNET_OK: \ break; \ } \