aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-cmd.c')
-rw-r--r--src/testbed/gnunet-cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/gnunet-cmd.c b/src/testbed/gnunet-cmd.c
index f232bd805..0ba94fdd9 100644
--- a/src/testbed/gnunet-cmd.c
+++ b/src/testbed/gnunet-cmd.c
@@ -90,7 +90,7 @@ run (void *cls)
90 strcat (node_ip, NODE_BASE_IP); 90 strcat (node_ip, NODE_BASE_IP);
91 strcat (node_ip, plugin->n); 91 strcat (node_ip, plugin->n);
92 92
93 plugin->api->start_testcase (NULL, router_ip, node_ip, NULL, NULL); 93 plugin->api->start_testcase (NULL, router_ip, node_ip, NULL, NULL, NULL);
94 94
95} 95}
96 96