projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c24f3f
)
(no commit message)
author
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 11 May 2010 15:15:11 +0000
(15:15 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 11 May 2010 15:15:11 +0000
(15:15 +0000)
src/transport/test_plugin_transport_http.c
patch
|
blob
|
history
diff --git
a/src/transport/test_plugin_transport_http.c
b/src/transport/test_plugin_transport_http.c
index c45417385ff8d49df03c7173140e43be5fcd7c4b..f10796448b2d0fce9c6249c42277121aff13dde9 100644
(file)
--- a/
src/transport/test_plugin_transport_http.c
+++ b/
src/transport/test_plugin_transport_http.c
@@
-251,6
+251,7
@@
task_check_stat (void *cls,
return;
}
+#if 0
static size_t read_callback(void *ptr, size_t size, size_t nmemb, void *stream)
{
size_t retcode;
@@
-264,7
+265,7
@@
static size_t read_callback(void *ptr, size_t size, size_t nmemb, void *stream)
return retcode;
}
-
+#endif
/**
* Runs the test.