aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-cmds-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-cmds-helper.c')
-rw-r--r--src/testbed/gnunet-cmds-helper.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/testbed/gnunet-cmds-helper.c b/src/testbed/gnunet-cmds-helper.c
index 0d618bd48..113e3c386 100644
--- a/src/testbed/gnunet-cmds-helper.c
+++ b/src/testbed/gnunet-cmds-helper.c
@@ -427,7 +427,8 @@ tokenizer_cb (void *cls, const struct GNUNET_MessageHeader *message)
427 strcat (node_ip, NODE_BASE_IP); 427 strcat (node_ip, NODE_BASE_IP);
428 strcat (node_ip, plugin->n); 428 strcat (node_ip, plugin->n);
429 429
430 plugin->api->start_testcase (&write_message, router_ip, node_ip); 430 plugin->api->start_testcase (&write_message, router_ip, node_ip, plugin->m,
431 plugin->n);
431 432
432 LOG (GNUNET_ERROR_TYPE_ERROR, 433 LOG (GNUNET_ERROR_TYPE_ERROR,
433 "We got here!\n"); 434 "We got here!\n");
@@ -479,8 +480,6 @@ tokenizer_cb (void *cls, const struct GNUNET_MessageHeader *message)
479 else if (GNUNET_MESSAGE_TYPE_CMDS_HELPER_ALL_PEERS_STARTED == ntohs ( 480 else if (GNUNET_MESSAGE_TYPE_CMDS_HELPER_ALL_PEERS_STARTED == ntohs (
480 message->type)) 481 message->type))
481 { 482 {
482 LOG (GNUNET_ERROR_TYPE_ERROR,
483 "We got here 8!\n");
484 plugin->api->all_peers_started (); 483 plugin->api->all_peers_started ();
485 return GNUNET_OK; 484 return GNUNET_OK;
486 } 485 }