aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-07-12 11:06:02 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-07-12 11:06:02 +0000
commitfb00c346f68cc665b492f067636b967be42a8c22 (patch)
treef6e7a4c0c9660150c6b80332e80f9ebe21270c25
parentac8994d9dd504d597ddc0b23671cf9ceec1cf3cf (diff)
downloadgnunet-fb00c346f68cc665b492f067636b967be42a8c22.tar.gz
gnunet-fb00c346f68cc665b492f067636b967be42a8c22.zip
-rw-r--r--src/transport/plugin_transport_http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c
index 0e18a542a..48886cc07 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -414,6 +414,7 @@ static int remove_session (struct HTTP_PeerContext * pc, struct Session * ps, i
414 } 414 }
415 GNUNET_free(msg); 415 GNUNET_free(msg);
416 GNUNET_CONTAINER_DLL_remove(ps->pending_msgs_head,ps->pending_msgs_head,msg); 416 GNUNET_CONTAINER_DLL_remove(ps->pending_msgs_head,ps->pending_msgs_head,msg);
417 msg = ps->pending_msgs_head;
417 } 418 }
418 419
419 GNUNET_CONTAINER_DLL_remove(pc->head,pc->tail,ps); 420 GNUNET_CONTAINER_DLL_remove(pc->head,pc->tail,ps);