aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backenddb/pg_get_kyc_status.c2
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),