aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-service-testbed.c')
-rw-r--r--src/testbed/gnunet-service-testbed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/gnunet-service-testbed.c b/src/testbed/gnunet-service-testbed.c
index 3d4a54db3..9a0084efa 100644
--- a/src/testbed/gnunet-service-testbed.c
+++ b/src/testbed/gnunet-service-testbed.c
@@ -485,7 +485,7 @@ handle_init (void *cls, struct GNUNET_SERVER_Client *client,
485 LOG_DEBUG ("Our IP: %s\n", GST_context->master_ip); 485 LOG_DEBUG ("Our IP: %s\n", GST_context->master_ip);
486 GST_context->system = 486 GST_context->system =
487 GNUNET_TESTING_system_create ("testbed", GST_context->master_ip, 487 GNUNET_TESTING_system_create ("testbed", GST_context->master_ip,
488 hostname); 488 hostname, NULL);
489 host = 489 host =
490 GNUNET_TESTBED_host_create_with_id (GST_context->host_id, 490 GNUNET_TESTBED_host_create_with_id (GST_context->host_id,
491 GST_context->master_ip, NULL, 491 GST_context->master_ip, NULL,