- distribute peers equally among island nodes on SuperMUC
[oweals/gnunet.git] / src / testbed / gnunet-service-testbed_links.c
index 7b0006d1fbf22e34cae44ad808de543fce8e5d49..ad41dc9c58fd0e70e8300643f6c191ae6bbb3c6d 100644 (file)
@@ -1248,7 +1248,7 @@ GST_handle_link_controllers (void *cls, struct GNUNET_SERVER_Client *client,
     lcc->client = client;
     slave->lcc = lcc;
     slave->controller_proc =
-        GNUNET_TESTBED_controller_start (GST_context->master_ip,
+        GNUNET_TESTBED_controller_start (GST_context->master_ips,
                                          GST_host_list[slave->host_id],
                                          &slave_status_cb, slave);
     new_route = GNUNET_malloc (sizeof (struct Route));