aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-10-05 12:46:07 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-10-05 12:46:07 +0000
commit7f0c066a76626ba7d126a8f43d18289f6cbf77f8 (patch)
tree900b9d72fccfa20e35264a272cbf359ba05d8b70 /src/transport/plugin_transport_http.c
parent87eac53659e293cf7366ca735cb5d1730b3fa19e (diff)
downloadgnunet-7f0c066a76626ba7d126a8f43d18289f6cbf77f8.tar.gz
gnunet-7f0c066a76626ba7d126a8f43d18289f6cbf77f8.zip
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 675645aa3..d7de2e91f 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -991,7 +991,7 @@ mdh_access_cb (void *cls,
991 struct IPv4HttpAddress ipv4addr; 991 struct IPv4HttpAddress ipv4addr;
992 struct IPv6HttpAddress ipv6addr; 992 struct IPv6HttpAddress ipv6addr;
993 993
994 struct HTTP_PeerContext *pc; 994 struct HTTP_PeerContext *pc = NULL;
995 struct Session *ps = NULL; 995 struct Session *ps = NULL;
996 struct Session *ps_tmp = NULL; 996 struct Session *ps_tmp = NULL;
997 997