[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: fix FTBFS
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: fix FTBFS |
Date: |
Mon, 11 Nov 2024 14:30:53 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 3defbf01b fix FTBFS
3defbf01b is described below
commit 3defbf01b41fd5b620f21c543bcda53e774a076e
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Nov 11 14:30:46 2024 +0100
fix FTBFS
---
src/auditordb/test_auditordb_checkpoints.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/auditordb/test_auditordb_checkpoints.c
b/src/auditordb/test_auditordb_checkpoints.c
index 2fc9bcded..90225d65c 100644
--- a/src/auditordb/test_auditordb_checkpoints.c
+++ b/src/auditordb/test_auditordb_checkpoints.c
@@ -89,7 +89,8 @@ run (void *cls)
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"loading database plugin\n");
if (NULL ==
- (plugin = TALER_AUDITORDB_plugin_load (cfg)))
+ (plugin = TALER_AUDITORDB_plugin_load (cfg,
+ false)))
{
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
"Failed to connect to database\n");
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: fix FTBFS,
gnunet <=