aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-07-23 13:31:34 +0200
committert3sserakt <t3ss@posteo.de>2021-07-23 13:31:34 +0200
commitc96fdfad67a3eed8ca61b9e228b81f3a85a3b2c5 (patch)
treed83c9584bb010fae36b0994c5a95f30509d72694 /src/testbed
parent6b2c5a92fbc3a57c42fc9fb38c4705ecb7afb328 (diff)
downloadgnunet-c96fdfad67a3eed8ca61b9e228b81f3a85a3b2c5.tar.gz
gnunet-c96fdfad67a3eed8ca61b9e228b81f3a85a3b2c5.zip
- moving cmds to other packages
Diffstat (limited to 'src/testbed')
-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 7889750ba..f232bd805 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); 93 plugin->api->start_testcase (NULL, router_ip, node_ip, NULL, NULL);
94 94
95} 95}
96 96