challenger

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

commit 0d69fa5abde7e6a90d5d8da929214f75b3ccd477
parent 66e6c0c149d353f1cc28f44630ca3deec40df38e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  2 Nov 2023 16:58:41 +0100

typo

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

diff --git a/src/challengerdb/pg_authorize_start.c b/src/challengerdb/pg_authorize_start.c @@ -41,7 +41,7 @@ CH_PG_authorize_start (void *cls, GNUNET_PQ_query_param_auto_from_type (nonce), GNUNET_PQ_query_param_uint64 (&client_id), NULL != client_scope - ? GNUNET_PQ_query_param_string (client_scope), + ? GNUNET_PQ_query_param_string (client_scope) : GNUNET_PQ_query_param_null (), GNUNET_PQ_query_param_string (client_state), NULL != client_redirect_uri