aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_http.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-06-15 15:27:59 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-06-15 15:27:59 +0000
commit41fd564b9d6067332824f8d9f49fc0f97c883716 (patch)
treeba0fda612d50d5f68fe8ba2d455c2cf47316179e /src/transport/test_plugin_transport_http.c
parent2e482224bcf4de210e04448e3fe0244d9ec2c2ab (diff)
downloadgnunet-41fd564b9d6067332824f8d9f49fc0f97c883716.tar.gz
gnunet-41fd564b9d6067332824f8d9f49fc0f97c883716.zip
Diffstat (limited to 'src/transport/test_plugin_transport_http.c')
-rw-r--r--src/transport/test_plugin_transport_http.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/test_plugin_transport_http.c b/src/transport/test_plugin_transport_http.c
index d3f0dbc2f..882560745 100644
--- a/src/transport/test_plugin_transport_http.c
+++ b/src/transport/test_plugin_transport_http.c
@@ -44,7 +44,7 @@
44 44
45#define VERBOSE GNUNET_YES 45#define VERBOSE GNUNET_YES
46#define DEBUG GNUNET_NO 46#define DEBUG GNUNET_NO
47#define DEBUG_CURL GNUNET_NO 47#define DEBUG_CURL GNUNET_YES
48#define HTTP_BUFFER_SIZE 2048 48#define HTTP_BUFFER_SIZE 2048
49 49
50#define PLUGIN libgnunet_plugin_transport_template 50#define PLUGIN libgnunet_plugin_transport_template
@@ -602,7 +602,6 @@ static void send_execute (void *cls,
602 curl_handle=NULL; 602 curl_handle=NULL;
603 603
604 run_connection_tests(); 604 run_connection_tests();
605 return;
606 } 605 }
607 if (res == &test_no_ident) 606 if (res == &test_no_ident)
608 { 607 {