aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api.c')
-rw-r--r--src/testbed/testbed_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/testbed_api.c b/src/testbed/testbed_api.c
index 1815c5ec8..5af8d71c6 100644
--- a/src/testbed/testbed_api.c
+++ b/src/testbed/testbed_api.c
@@ -505,7 +505,7 @@ static int helper_mst (void *cls, void *client,
505 config_size, GNUNET_NO)); 505 config_size, GNUNET_NO));
506 /* Change the hostname so that we can connect to it */ 506 /* Change the hostname so that we can connect to it */
507 GNUNET_CONFIGURATION_set_value_string (cp->cfg, "testbed", "hostname", 507 GNUNET_CONFIGURATION_set_value_string (cp->cfg, "testbed", "hostname",
508 (NULL == cp->cfg) ? "localhost" : 508 (NULL == cp->host) ? "localhost" :
509 GNUNET_TESTBED_host_get_hostname_ (cp->host)); 509 GNUNET_TESTBED_host_get_hostname_ (cp->host));
510 cp->cb (cp->cls, cp->cfg, GNUNET_OK); 510 cp->cb (cp->cls, cp->cfg, GNUNET_OK);
511 return GNUNET_OK; 511 return GNUNET_OK;