aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_group.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-05 13:26:22 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-05 13:26:22 +0000
commitab1bf63f1ed7637297c90b5b284f40a797f44805 (patch)
tree64bedd1cc5620f690d6ad099c2fb4b45a9a41f03 /src/testing/testing_group.c
parent446dcf7697ebdd7c78a48573a5c73fbf25448c74 (diff)
downloadgnunet-ab1bf63f1ed7637297c90b5b284f40a797f44805.tar.gz
gnunet-ab1bf63f1ed7637297c90b5b284f40a797f44805.zip
use new transport API, minor core API change
Diffstat (limited to 'src/testing/testing_group.c')
-rw-r--r--src/testing/testing_group.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index b42ce8cc5..6c5dbd12b 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -3249,7 +3249,6 @@ send_core_connect_requests (void *cls, const struct GNUNET_SCHEDULER_TaskContext
3249 while (conn != NULL) 3249 while (conn != NULL)
3250 { 3250 {
3251 GNUNET_CORE_peer_request_connect(send_hello_context->peer->daemon->server, 3251 GNUNET_CORE_peer_request_connect(send_hello_context->peer->daemon->server,
3252 GNUNET_TIME_relative_get_forever(),
3253 &send_hello_context->pg->peers[conn->index].daemon->id, 3252 &send_hello_context->pg->peers[conn->index].daemon->id,
3254 NULL, 3253 NULL,
3255 NULL); 3254 NULL);