aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96>2010-10-05 12:46:07 +0000
committerwachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96>2010-10-05 12:46:07 +0000
commit6f50811e59b41e332449dd7584dc57a7f726c74c (patch)
tree900b9d72fccfa20e35264a272cbf359ba05d8b70
parent678a62e5640ab0f4b26f25ac94204c0f5612a62c (diff)
git-svn-id: https://gnunet.org/svn/gnunet@13155 140774ce-b5e7-0310-ab8b-a85725594a96
-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 675645aa3b..d7de2e91f4 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -991,7 +991,7 @@ mdh_access_cb (void *cls,
struct IPv4HttpAddress ipv4addr;
struct IPv6HttpAddress ipv6addr;
- struct HTTP_PeerContext *pc;
+ struct HTTP_PeerContext *pc = NULL;
struct Session *ps = NULL;
struct Session *ps_tmp = NULL;