commit 79d123d1b4a39e69cfbcb3820e71e805a623b8ad parent 7f30609ff0773873df9274bf4a491dd00e623577 Author: Marco Boss <bossm8@bfh.ch> Date: Wed, 2 Mar 2022 19:01:27 +0100 fix num partitions Diffstat:
| M | 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 @@ -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;