aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-04-10 14:41:35 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-04-10 14:41:35 +0000
commit77e2b5831b45e6a22c5218cbcfb46175c3411a66 (patch)
treeeb6b14d4dcc43cc7fbe6f5a116a8d1a5d4e81da4 /src/regex
parentf4446e40904ba3f3177a8eaf1f9756e48dcc03a9 (diff)
downloadgnunet-77e2b5831b45e6a22c5218cbcfb46175c3411a66.tar.gz
gnunet-77e2b5831b45e6a22c5218cbcfb46175c3411a66.zip
- use host's configuration while starting controller on the host
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/gnunet-regex-profiler.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index b53209457..2fe248f1e 100644
--- a/src/regex/gnunet-regex-profiler.c
+++ b/src/regex/gnunet-regex-profiler.c
@@ -1932,7 +1932,6 @@ host_habitable_cb (void *cls, const struct GNUNET_TESTBED_Host *host, int status
1932 GNUNET_TESTBED_controller_start (GNUNET_TESTBED_host_get_hostname 1932 GNUNET_TESTBED_controller_start (GNUNET_TESTBED_host_get_hostname
1933 (hosts[0]), 1933 (hosts[0]),
1934 hosts[0], 1934 hosts[0],
1935 cfg,
1936 status_cb, 1935 status_cb,
1937 NULL); 1936 NULL);
1938} 1937}