aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-04-18 14:59:32 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-04-18 14:59:32 +0000
commit8dceae82b3478d223779cbcc335b4ca497acbba5 (patch)
treeb298d3e18ac56e3d570d1275ab3a6da12a1fe761 /src/testbed/gnunet-service-testbed.c
parente41a408e2bdf2f7f1a3b91769ba6c47e48bb5595 (diff)
downloadgnunet-8dceae82b3478d223779cbcc335b4ca497acbba5.tar.gz
gnunet-8dceae82b3478d223779cbcc335b4ca497acbba5.zip
- service sharing in testing
Diffstat (limited to 'src/testbed/gnunet-service-testbed.c')
-rw-r--r--src/testbed/gnunet-service-testbed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/gnunet-service-testbed.c b/src/testbed/gnunet-service-testbed.c
index 3d4a54db3..9a0084efa 100644
--- a/src/testbed/gnunet-service-testbed.c
+++ b/src/testbed/gnunet-service-testbed.c
@@ -485,7 +485,7 @@ handle_init (void *cls, struct GNUNET_SERVER_Client *client,
485 LOG_DEBUG ("Our IP: %s\n", GST_context->master_ip); 485 LOG_DEBUG ("Our IP: %s\n", GST_context->master_ip);
486 GST_context->system = 486 GST_context->system =
487 GNUNET_TESTING_system_create ("testbed", GST_context->master_ip, 487 GNUNET_TESTING_system_create ("testbed", GST_context->master_ip,
488 hostname); 488 hostname, NULL);
489 host = 489 host =
490 GNUNET_TESTBED_host_create_with_id (GST_context->host_id, 490 GNUNET_TESTBED_host_create_with_id (GST_context->host_id,
491 GST_context->master_ip, NULL, 491 GST_context->master_ip, NULL,