aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-02 13:29:06 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-02 13:29:06 +0000
commit4c041403c25495dd8a9611468c1f6d6dbbb35a68 (patch)
treeed2d307549987f98492d3d969fd58f50705d36eb /src/transport/plugin_transport_http.c
parent799366d648c851454494b3040d83974294374747 (diff)
downloadgnunet-4c041403c25495dd8a9611468c1f6d6dbbb35a68.tar.gz
gnunet-4c041403c25495dd8a9611468c1f6d6dbbb35a68.zip
fixleak
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 b0979fc88..e63549784 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -2613,7 +2613,7 @@ http_plugin_send (void *cls,
2613 ps->send_force_disconnect = GNUNET_NO; 2613 ps->send_force_disconnect = GNUNET_NO;
2614 ps->pending_msgs_head = NULL; 2614 ps->pending_msgs_head = NULL;
2615 ps->pending_msgs_tail = NULL; 2615 ps->pending_msgs_tail = NULL;
2616 ps->peercontext=pc; 2616 ps->peercontext = pc;
2617 ps->session_id = pc->session_id_counter; 2617 ps->session_id = pc->session_id_counter;
2618 ps->queue_length_cur = 0; 2618 ps->queue_length_cur = 0;
2619 ps->queue_length_max = GNUNET_SERVER_MAX_MESSAGE_SIZE; 2619 ps->queue_length_max = GNUNET_SERVER_MAX_MESSAGE_SIZE;