aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-07-13 13:47:01 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-07-13 13:47:01 +0000
commit7055bafca9f71d406ed638716ffe7ef13bd311e2 (patch)
tree9ce3884cb023e9b96f3d305bde72465b5904bfb7
parent69e9497fbc3d5468d7878c5715c57672a800a2b3 (diff)
downloadgnunet-7055bafca9f71d406ed638716ffe7ef13bd311e2.tar.gz
gnunet-7055bafca9f71d406ed638716ffe7ef13bd311e2.zip
-rw-r--r--src/transport/test_plugin_transport_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_plugin_transport_http.c b/src/transport/test_plugin_transport_http.c
index a1dcd5cd8..97817229a 100644
--- a/src/transport/test_plugin_transport_http.c
+++ b/src/transport/test_plugin_transport_http.c
@@ -1102,8 +1102,8 @@ static void run_connection_tests( int phase , void * cls)
1102 msg->type = htons(32); 1102 msg->type = htons(32);
1103 api->send(api->cls, &my_identity, (const char *) msg, size, 0, TIMEOUT, NULL,addr_head->addr, addr_head->addrlen, GNUNET_NO, &task_send_cont, &fail_msg_transmited_max_size); 1103 api->send(api->cls, &my_identity, (const char *) msg, size, 0, TIMEOUT, NULL,addr_head->addr, addr_head->addrlen, GNUNET_NO, &task_send_cont, &fail_msg_transmited_max_size);
1104 GNUNET_free(msg); 1104 GNUNET_free(msg);
1105 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"No more tests to run\n");
1105 } 1106 }
1106 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"No more tests to run\n");
1107} 1107}
1108 1108
1109 1109