commit 14684e8ff9fa018023b95693df6b83ca309a0105
parent e79cc5f1a474cca910f8edc5fc600c971f9be40e
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 9 Mar 2026 20:15:56 +0100
404 is client issue
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_post-challenge-ID.c b/src/backend/taler-merchant-httpd_post-challenge-ID.c
@@ -547,7 +547,7 @@ phase_lookup (struct MfaState *mfa)
"lookup_mfa_challenge");
return;
case GNUNET_DB_STATUS_SUCCESS_NO_RESULTS:
- GNUNET_break (0);
+ GNUNET_break_op (0);
respond_with_error (mfa,
MHD_HTTP_NOT_FOUND,
TALER_EC_MERCHANT_TAN_CHALLENGE_UNKNOWN,