From 63cb2a4029b1baf541d19487580af8e43ee795dd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 12 Oct 2010 13:47:19 +0000 Subject: [PATCH] space --- src/transport/plugin_transport_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, { if (pc->delay.value == 0) { - res = GNUNET_SERVER_mst_receive(ps->msgtok, ps, upload_data,*upload_data_size, GNUNET_NO, GNUNET_NO); + res = GNUNET_SERVER_mst_receive(ps->msgtok, ps, upload_data, *upload_data_size, GNUNET_NO, GNUNET_NO); (*upload_data_size) = 0; } else -- 2.25.1