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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testbed/gnunet-cmd.c b/src/testbed/gnunet-cmd.c
index 7889750ba..9f833a0cb 100644
--- a/src/testbed/gnunet-cmd.c
+++ b/src/testbed/gnunet-cmd.c
@@ -90,7 +90,8 @@ 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); 93 // parameters 'n' and 'm' are filled in as NULL to compile
94 plugin->api->start_testcase (NULL, router_ip, node_ip, NULL, NULL);
94 95
95} 96}
96 97