challenger

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

commit 0e2cf27a7f5eb69d19b64d469df745ddee9a07d9
parent 713758141eeb9d0d26fafd8eb59a73167d98f706
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 14 Feb 2024 21:50:00 +0100

-fix typo

Diffstat:
Msrc/challenger/challenger-httpd_common.h | 1+
Msrc/challengerdb/pg_challenge_set_address_and_pin.c | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/challenger/challenger-httpd_common.h b/src/challenger/challenger-httpd_common.h @@ -86,6 +86,7 @@ TALER_MHD_reply_with_oauth_error ( enum TALER_ErrorCode ec, const char *detail); + /** * Redirect the client on @a connection to the given * @a client_redirect_uri providing the given OAuth2.0 diff --git a/src/challengerdb/pg_challenge_set_address_and_pin.c b/src/challengerdb/pg_challenge_set_address_and_pin.c @@ -89,7 +89,7 @@ CH_PG_challenge_set_address_and_pin ( " FROM challenger_do_challenge_set_address_and_pin" " ($1,$2,$3,$4,$5);"); qs = GNUNET_PQ_eval_prepared_singleton_select (pg->conn, - "challenge_set_address_and_pin", + "do_challenge_set_address_and_pin", params, rs); if (qs <= 0)