From c04113bfc443451bbf02dcd8078f7f74c8c37b23 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 2 Oct 2024 22:44:09 +0200 Subject: fix #9239 --- src/backenddb/pg_get_kyc_status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backenddb/pg_get_kyc_status.c b/src/backenddb/pg_get_kyc_status.c index 3a216d83..05423a79 100644 --- a/src/backenddb/pg_get_kyc_status.c +++ b/src/backenddb/pg_get_kyc_status.c @@ -53,7 +53,7 @@ TMH_PG_get_kyc_status ( struct GNUNET_PQ_ResultSpec rs[] = { GNUNET_PQ_result_spec_allow_null ( GNUNET_PQ_result_spec_auto_from_type ("access_token", - &access_token), + access_token), auth_ok), GNUNET_PQ_result_spec_uint32 ("exchange_http_status", &h32), -- cgit v1.2.3