challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit 04520184a0e3625ce1a6b1d978c051b21ffc404e
parent 1745797cefbab00bf7ee94ab5e423ef170125bce
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  6 Jul 2026 11:12:17 +0200

429 should not depend on state being non-NULL

Diffstat:
Msrc/challenger/challenger-httpd_solve.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/challenger/challenger-httpd_solve.c b/src/challenger/challenger-httpd_solve.c @@ -293,8 +293,7 @@ CH_handler_solve (struct CH_HandlerContext *hc, enum MHD_Result ret; json_t *details; - if ( (NULL != bc->state) && - (0 == bc->addr_left) && + if ( (0 == bc->addr_left) && (0 == bc->auth_attempts_left) ) { GNUNET_log (GNUNET_ERROR_TYPE_INFO,