aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-testbed-profiler.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-12-12 16:51:55 +0000
committerBart Polot <bart@net.in.tum.de>2012-12-12 16:51:55 +0000
commite7e67e04dc6afb06cf752c774a4b98a575da5db9 (patch)
tree91613b345d2ae4f53543574c0c38ed16e9ad12de /src/testbed/gnunet-testbed-profiler.c
parent01d45e771a08a870b6852056d653a75c64ff1528 (diff)
downloadgnunet-e7e67e04dc6afb06cf752c774a4b98a575da5db9.tar.gz
gnunet-e7e67e04dc6afb06cf752c774a4b98a575da5db9.zip
Run testbed-helper in a sh interactive session to make sure the env is set up properly
Diffstat (limited to 'src/testbed/gnunet-testbed-profiler.c')
-rw-r--r--src/testbed/gnunet-testbed-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/gnunet-testbed-profiler.c b/src/testbed/gnunet-testbed-profiler.c
index 4b8a95849..04dd6cbd6 100644
--- a/src/testbed/gnunet-testbed-profiler.c
+++ b/src/testbed/gnunet-testbed-profiler.c
@@ -781,7 +781,7 @@ run (void *cls, char *const *args, const char *cfgfile,
781 GNUNET_TESTBED_HostHabitableCheckHandle *) 781 GNUNET_TESTBED_HostHabitableCheckHandle *)
782 * num_hosts); 782 * num_hosts);
783 for (nhost = 0; nhost < num_hosts; nhost++) 783 for (nhost = 0; nhost < num_hosts; nhost++)
784 { 784 {
785 if (NULL == (hc_handles[nhost] = GNUNET_TESTBED_is_host_habitable (hosts[nhost], config, 785 if (NULL == (hc_handles[nhost] = GNUNET_TESTBED_is_host_habitable (hosts[nhost], config,
786 &host_habitable_cb, 786 &host_habitable_cb,
787 &hc_handles[nhost]))) 787 &hc_handles[nhost])))