merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit c18c4f98a8c5e7abf1c0bd4a5b913be6fbd7688f
parent 001e4cface308daff2d3fe37527f1c25249cb881
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 13 Jul 2026 00:10:20 +0200

client issues are GNUNET_break_op()

Diffstat:
Msrc/backend/taler-merchant-httpd_post-private-tokenfamilies.c | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_post-private-tokenfamilies.c b/src/backend/taler-merchant-httpd_post-private-tokenfamilies.c @@ -153,7 +153,7 @@ TMH_private_post_token_families (const struct TMH_RequestHandler *rh, >=, details.valid_before)) { - GNUNET_break (0); + GNUNET_break_op (0); GNUNET_JSON_parse_free (spec); return TALER_MHD_reply_with_error (connection, MHD_HTTP_BAD_REQUEST, @@ -169,7 +169,7 @@ TMH_private_post_token_families (const struct TMH_RequestHandler *rh, details.start_offset)) ) { - GNUNET_break (0); + GNUNET_break_op (0); GNUNET_JSON_parse_free (spec); return TALER_MHD_reply_with_error (connection, MHD_HTTP_BAD_REQUEST, @@ -187,7 +187,7 @@ TMH_private_post_token_families (const struct TMH_RequestHandler *rh, details.kind = TALER_MERCHANTDB_TFK_Subscription; else { - GNUNET_break (0); + GNUNET_break_op (0); GNUNET_JSON_parse_free (spec); return TALER_MHD_reply_with_error (connection, MHD_HTTP_BAD_REQUEST, @@ -233,7 +233,7 @@ TMH_private_post_token_families (const struct TMH_RequestHandler *rh, details.validity_granularity) ) { - GNUNET_break (0); + GNUNET_break_op (0); GNUNET_JSON_parse_free (spec); GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Received invalid validity_granularity value: %s\n",