challenger

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

commit 0afed3fca16972ae4b42b061692751400f0d53cc
parent 071636870c6068def43433270d7e52393465f75f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 11 Apr 2025 20:38:52 +0200

fix #9725 -- do not ignore upload of /setup

Diffstat:
Msrc/challenger/challenger-httpd_setup.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/challenger/challenger-httpd_setup.c b/src/challenger/challenger-httpd_setup.c @@ -205,7 +205,7 @@ CH_handler_setup (struct CH_HandlerContext *hc, client_id, &nonce, expiration_time, - NULL); + sc->root); switch (qs) { case GNUNET_DB_STATUS_HARD_ERROR: