aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-07-18 11:58:26 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-07-18 11:58:26 +0000
commit0d199a734500191207138e5d42a7067a78fb070e (patch)
tree6d5a0e3c7350160eca5e31b9bb49cffdfb11a12e /src/testbed
parent44b78f15b4e846463958b295bfa2725d5dbb49a6 (diff)
downloadgnunet-0d199a734500191207138e5d42a7067a78fb070e.tar.gz
gnunet-0d199a734500191207138e5d42a7067a78fb070e.zip
fix
Diffstat (limited to 'src/testbed')
-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;