gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 135/277: fix ftbfs


From: gnunet
Subject: [taler-merchant] 135/277: fix ftbfs
Date: Sun, 05 Jul 2020 20:50:48 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

commit 1e6adbf5d7f192e59a1b97697731be0491c3d75c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri May 22 11:06:19 2020 +0200

    fix ftbfs
---
 src/backenddb/plugin_merchantdb_postgres.c | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 874d33c..df6207b 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -4675,14 +4675,14 @@ RETRY:
  *      #TALER_EC_NONE upon success
  */
 static enum TALER_ErrorCode
-postgres_authorize_tip_TR (void *cls,
-                           const char *justification,
-                           const json_t *extra,
-                           const struct TALER_Amount *amount,
-                           const struct TALER_ReservePrivateKeyP *reserve_priv,
-                           const char *exchange_url,
-                           struct GNUNET_TIME_Absolute *expiration,
-                           struct GNUNET_HashCode *tip_id)
+postgres_authorize_tip (void *cls,
+                        const char *justification,
+                        const json_t *extra,
+                        const struct TALER_Amount *amount,
+                        const struct TALER_ReservePrivateKeyP *reserve_priv,
+                        const char *exchange_url,
+                        struct GNUNET_TIME_Absolute *expiration,
+                        struct GNUNET_HashCode *tip_id)
 {
   struct PostgresClosure *pg = cls;
   struct GNUNET_PQ_QueryParam params[] = {
@@ -7235,7 +7235,6 @@ libtaler_plugin_merchantdb_postgres_init (void *cls)
   plugin->find_proof_by_wtid = &postgres_find_proof_by_wtid;
   plugin->get_authorized_tip_amount = &postgres_get_authorized_tip_amount;
   plugin->enable_tip_reserve_TR = &postgres_enable_tip_reserve_TR;
-  plugin->authorize_tip_TR = &postgres_authorize_tip_TR;
   plugin->lookup_tip_by_id = &postgres_lookup_tip_by_id;
   plugin->pickup_tip_TR = &postgres_pickup_tip_TR;
 

-- 
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]