challenger

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

commit 121a8a18a8981f537e98cd5c24dd59b45b1d8618
parent cc821f698672e64201644f713c1ac2c9e6d13eb2
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed, 15 Jul 2026 23:36:34 +0200

fix assertion

Diffstat:
Msrc/challenger/challenger-httpd.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/challenger/challenger-httpd.c b/src/challenger/challenger-httpd.c @@ -419,7 +419,8 @@ handle_mhd_completion_callback (void *cls, (void) cls; if (NULL == hc) return; - GNUNET_assert (hc->connection == connection); + GNUNET_assert ( (hc->connection == connection) || + (NULL == hc->connection) ); GNUNET_break (GNUNET_OK == CHALLENGERDB_preflight (CH_context)); ci = MHD_get_connection_info (connection,