[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: fix another FTBFS
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: fix another FTBFS |
Date: |
Mon, 11 Nov 2024 14:31:43 +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 689589e32 fix another FTBFS
689589e32 is described below
commit 689589e325d288ef6447bbc749b05bfa95ea7116
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Nov 11 14:31:36 2024 +0100
fix another FTBFS
---
src/auditordb/test_auditordb.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/auditordb/test_auditordb.c b/src/auditordb/test_auditordb.c
index a1518788c..aaee64857 100644
--- a/src/auditordb/test_auditordb.c
+++ b/src/auditordb/test_auditordb.c
@@ -199,7 +199,8 @@ run (void *cls)
"loading database plugin\n");
if (NULL ==
- (plugin = TALER_AUDITORDB_plugin_load (cfg)))
+ (plugin = TALER_AUDITORDB_plugin_load (cfg,
+ false)))
{
result = 77;
return;
--
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 another FTBFS,
gnunet <=