gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 114/124: fix FTBFS


From: gnunet
Subject: [taler-exchange] 114/124: fix FTBFS
Date: Tue, 17 Sep 2024 21:28:46 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to tag cg-aml-branch-compiles
in repository exchange.

commit 5d60182da76b83e5047dd3eeaacd953dfb42605b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 24 17:26:49 2024 +0200

    fix FTBFS
---
 src/exchangedb/pg_insert_kyc_attributes.c | 8 ++++----
 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
index 37e833863..ba0843e19 100644
--- 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),

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]