diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-10-02 22:44:09 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-10-02 22:44:09 +0200 |
commit | c04113bfc443451bbf02dcd8078f7f74c8c37b23 (patch) | |
tree | d9c0e024dd13678cdfe91efea16aecde5db2c2fe | |
parent | 90c4c6dad6f1e7bac3d44b5b6cd012bbfdf057a8 (diff) |
fix #9239
-rw-r--r-- | src/backenddb/pg_get_kyc_status.c | 2 |
1 files changed, 1 insertions, 1 deletions
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), |