From 79d123d1b4a39e69cfbcb3820e71e805a623b8ad Mon Sep 17 00:00:00 2001 From: Marco Boss Date: Wed, 2 Mar 2022 19:01:27 +0100 Subject: 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 e5b99f1ff..cad2983ea 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; -- cgit v1.2.3