aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_3peers_3controllers.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-05-04 05:50:31 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-05-04 05:50:31 +0000
commit460223a5a382c80881b4fb01b17e592d98af0a39 (patch)
treebdac0b9f37ca05ad3c127be58cccab1a97b0a7ce /src/testbed/test_testbed_api_3peers_3controllers.c
parentcd72d5c554e8178b6da1897caa5ff930b51c8a2c (diff)
downloadgnunet-460223a5a382c80881b4fb01b17e592d98af0a39.tar.gz
gnunet-460223a5a382c80881b4fb01b17e592d98af0a39.zip
- remove unused configuration parameter in GNUNET_TESTBED_controller_link()
Diffstat (limited to 'src/testbed/test_testbed_api_3peers_3controllers.c')
-rw-r--r--src/testbed/test_testbed_api_3peers_3controllers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/test_testbed_api_3peers_3controllers.c b/src/testbed/test_testbed_api_3peers_3controllers.c
index 752d7e872..6d88490c1 100644
--- a/src/testbed/test_testbed_api_3peers_3controllers.c
+++ b/src/testbed/test_testbed_api_3peers_3controllers.c
@@ -566,7 +566,7 @@ controller_cb (void *cls, const struct GNUNET_TESTBED_EventInformation *event)
566 result = PEER1_STARTED; 566 result = PEER1_STARTED;
567 common_operation = 567 common_operation =
568 GNUNET_TESTBED_controller_link (NULL, controller1, neighbour1, NULL, 568 GNUNET_TESTBED_controller_link (NULL, controller1, neighbour1, NULL,
569 cfg, GNUNET_YES); 569 GNUNET_YES);
570 break; 570 break;
571 case PEER2_CREATED: 571 case PEER2_CREATED:
572 if (event->details.peer_start.host != neighbour1) 572 if (event->details.peer_start.host != neighbour1)
@@ -587,7 +587,7 @@ controller_cb (void *cls, const struct GNUNET_TESTBED_EventInformation *event)
587 } 587 }
588 common_operation = 588 common_operation =
589 GNUNET_TESTBED_controller_link (NULL, controller1, neighbour2, NULL, 589 GNUNET_TESTBED_controller_link (NULL, controller1, neighbour2, NULL,
590 cfg, GNUNET_YES); 590 GNUNET_YES);
591 if (NULL == common_operation) 591 if (NULL == common_operation)
592 { 592 {
593 GNUNET_break (0); 593 GNUNET_break (0);