aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-12 13:47:19 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-12 13:47:19 +0000
commit63cb2a4029b1baf541d19487580af8e43ee795dd (patch)
treea048679653177afeae46820563295109426ca9bb /src/transport/plugin_transport_http.c
parent00ac4d1d91a2aa5383a7c795704bc6ce8a2e0efb (diff)
downloadgnunet-63cb2a4029b1baf541d19487580af8e43ee795dd.tar.gz
gnunet-63cb2a4029b1baf541d19487580af8e43ee795dd.zip
space
Diffstat (limited to 'src/transport/plugin_transport_http.c')
-rw-r--r--src/transport/plugin_transport_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c
index 75e7e1a26..b81d40614 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -1180,7 +1180,7 @@ mdh_access_cb (void *cls,
1180 { 1180 {
1181 if (pc->delay.value == 0) 1181 if (pc->delay.value == 0)
1182 { 1182 {
1183 res = GNUNET_SERVER_mst_receive(ps->msgtok, ps, upload_data,*upload_data_size, GNUNET_NO, GNUNET_NO); 1183 res = GNUNET_SERVER_mst_receive(ps->msgtok, ps, upload_data, *upload_data_size, GNUNET_NO, GNUNET_NO);
1184 (*upload_data_size) = 0; 1184 (*upload_data_size) = 0;
1185 } 1185 }
1186 else 1186 else