gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 06/07: fix num partitions


From: gnunet
Subject: [taler-exchange] 06/07: fix num partitions
Date: Wed, 02 Mar 2022 19:09:56 +0100

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

marco-boss pushed a commit to branch master
in repository exchange.

commit 79d123d1b4a39e69cfbcb3820e71e805a623b8ad
Author: Marco Boss <bossm8@bfh.ch>
AuthorDate: Wed Mar 2 19:01:27 2022 +0100

    fix num partitions
---
 src/exchangedb/test_exchangedb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c
index e5b99f1f..cad2983e 100644
--- a/src/exchangedb/test_exchangedb.c
+++ b/src/exchangedb/test_exchangedb.c
@@ -1380,7 +1380,7 @@ run (void *cls)
     goto cleanup;
   }
   if (GNUNET_OK !=
-      plugin->setup_partitions (plugin->cls, &num_partitions))
+      plugin->setup_partitions (plugin->cls, num_partitions))
   {
     result = 77;
     goto cleanup;

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