aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-15 12:10:45 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-15 12:10:45 +0000
commit5ad2fb7a2711caef88943b8a7c4ec10b6758b821 (patch)
treef3d538054040450f7e4cbd7e498b2d9dc8eaaad4 /src/transport/plugin_transport_http.c
parentcfa835b8d20715cea4343fd3e1bba93507c266ba (diff)
downloadgnunet-5ad2fb7a2711caef88943b8a7c4ec10b6758b821.tar.gz
gnunet-5ad2fb7a2711caef88943b8a7c4ec10b6758b821.zip
fix
Diffstat (limited to 'src/transport/plugin_transport_http.c')
-rw-r--r--src/transport/plugin_transport_http.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c
index 2c87e0788..bb2b01e0e 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -1022,10 +1022,11 @@ mhd_write_mst_cb (void *cls,
1022 const struct GNUNET_MessageHeader *message) 1022 const struct GNUNET_MessageHeader *message)
1023{ 1023{
1024 struct Session *ps = cls; 1024 struct Session *ps = cls;
1025 struct HTTP_PeerContext *pc = ps->peercontext; 1025 struct HTTP_PeerContext *pc;
1026 struct GNUNET_TIME_Relative delay; 1026 struct GNUNET_TIME_Relative delay;
1027 1027
1028 GNUNET_assert(ps != NULL); 1028 GNUNET_assert(ps != NULL);
1029 pc = ps->peercontext;
1029 GNUNET_assert(pc != NULL); 1030 GNUNET_assert(pc != NULL);
1030#if DEBUG_HTTP 1031#if DEBUG_HTTP
1031 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1032 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,