aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht_test_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/dht_test_lib.c')
-rw-r--r--src/dht/dht_test_lib.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dht/dht_test_lib.c b/src/dht/dht_test_lib.c
index 5fe34addf..365804b71 100644
--- a/src/dht/dht_test_lib.c
+++ b/src/dht/dht_test_lib.c
@@ -204,11 +204,11 @@ GNUNET_DHT_TEST_run (const char *testname,
204 ctx->dhts = GNUNET_malloc (num_peers * sizeof (struct GNUNET_DHT_Handle *)); 204 ctx->dhts = GNUNET_malloc (num_peers * sizeof (struct GNUNET_DHT_Handle *));
205 ctx->app_main = tmain; 205 ctx->app_main = tmain;
206 ctx->app_main_cls = tmain_cls; 206 ctx->app_main_cls = tmain_cls;
207 GNUNET_TESTBED_test_run (testname, 207 (void) GNUNET_TESTBED_test_run (testname,
208 cfgname, 208 cfgname,
209 num_peers, 209 num_peers,
210 0LL, NULL, NULL, 210 0LL, NULL, NULL,
211 &dht_test_run, ctx); 211 &dht_test_run, ctx);
212} 212}
213 213
214/* end of dht_test_lib.c */ 214/* end of dht_test_lib.c */