aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_group.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-05 13:23:00 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-05 13:23:00 +0000
commitf39c4e7141b1fbb4830cb24ff630a879337f98d4 (patch)
tree77d90b29d080dbd3077a2c1371247294c11939ed /src/testing/testing_group.c
parent1fb197c7605c2a8a28cd83d67ccd28af089c7f84 (diff)
downloadgnunet-f39c4e7141b1fbb4830cb24ff630a879337f98d4.tar.gz
gnunet-f39c4e7141b1fbb4830cb24ff630a879337f98d4.zip
tell transport to connect, not core
Diffstat (limited to 'src/testing/testing_group.c')
-rw-r--r--src/testing/testing_group.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index f4d789ca9..3f31c6e1a 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -3347,11 +3347,8 @@ send_core_connect_requests (void *cls,
3347 conn = send_hello_context->peer->connect_peers_head; 3347 conn = send_hello_context->peer->connect_peers_head;
3348 while (conn != NULL) 3348 while (conn != NULL)
3349 { 3349 {
3350 GNUNET_CORE_peer_request_connect (send_hello_context->peer-> 3350 GNUNET_TRANSPORT_try_connect (send_hello_context->peer->daemon->th,
3351 daemon->server, 3351 &send_hello_context->pg->peers[conn->index].daemon->id);
3352 &send_hello_context->pg->
3353 peers[conn->index].daemon->id, NULL,
3354 NULL);
3355 conn = conn->next; 3352 conn = conn->next;
3356 } 3353 }
3357 send_hello_context->core_connect_task = 3354 send_hello_context->core_connect_task =