commit 0521951dfc54497d55f7315f3ed48fca4f2051cf
parent b85dc3ba1540d0433f91c7003f213f1a4a11f336
Author: Bohdan Potuzhnyi <potub1@bfh.ch>
Date: Sat, 10 Aug 2024 17:07:15 +0200
small db start_pkce.c update
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/challengerdb/pg_authorize_start_pkce.c b/src/challengerdb/pg_authorize_start_pkce.c
@@ -100,7 +100,7 @@ CH_PG_authorize_start_pkce (void *cls,
" ,auth_attempts_left = -1 AS solved"
" ,last_tx_time;");
return GNUNET_PQ_eval_prepared_singleton_select (pg->conn,
- "authorize_start_validation",
+ "authorize_start_validation_pkce",
params,
rs);
}