commit 5bf8f5c3721a72864046c10207cf5a32fa17b17a
parent 1fbb444ec1d4abba377ba4fce3606d300f4ff138
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 24 Jul 2024 17:26:49 +0200
fix FTBFS
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/exchangedb/pg_insert_kyc_attributes.c b/src/exchangedb/pg_insert_kyc_attributes.c
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- Copyright (C) 2022, 2023 Taler Systems SA
+ Copyright (C) 2022, 2023, 2024 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -78,9 +78,9 @@ TEH_PG_insert_kyc_attributes (
GNUNET_PQ_query_param_timestamp (&expiration),
TALER_PQ_query_param_json (account_properties),
TALER_PQ_query_param_json (new_rules),
- GNUNET_PQ_query_param_array_string (pg,
- num_events,
- events),
+ GNUNET_PQ_query_param_array_ptrs_string (num_events,
+ events,
+ pg->conn),
GNUNET_PQ_query_param_fixed_size (enc_attributes,
enc_attributes_size),
GNUNET_PQ_query_param_bool (to_investigate),