gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -fix FTBFS


From: gnunet
Subject: [taler-merchant] branch master updated: -fix FTBFS
Date: Tue, 21 Feb 2023 14:27:44 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 1c3fbbf8 -fix FTBFS
1c3fbbf8 is described below

commit 1c3fbbf86b82e4ce12855431400ef0f95f0c4273
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Feb 21 14:27:34 2023 +0100

    -fix FTBFS
---
 src/backenddb/test_merchantdb.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/backenddb/test_merchantdb.c b/src/backenddb/test_merchantdb.c
index 6a5c9cb7..09cccc78 100644
--- a/src/backenddb/test_merchantdb.c
+++ b/src/backenddb/test_merchantdb.c
@@ -2036,9 +2036,7 @@ run_test_orders (struct TestOrders_Closure *cls)
                               cls->orders[1].id,
                               NULL,
                               &unused,
-                              NULL,
-                              NULL,
-                              0))
+                              NULL))
     {
       GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                   "Lookup order failed\n");
@@ -2093,9 +2091,7 @@ run_test_orders (struct TestOrders_Closure *cls)
                                        &lookup_contract,
                                        &lookup_order_serial,
                                        &paid,
-                                       NULL,
-                                       NULL,
-                                       0))
+                                       NULL))
     {
       GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                   "Lookup contract terms failed\n");

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