diff options
author | wachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-10-05 12:46:07 +0000 |
---|---|---|
committer | wachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-10-05 12:46:07 +0000 |
commit | 6f50811e59b41e332449dd7584dc57a7f726c74c (patch) | |
tree | 900b9d72fccfa20e35264a272cbf359ba05d8b70 | |
parent | 678a62e5640ab0f4b26f25ac94204c0f5612a62c (diff) |
git-svn-id: https://gnunet.org/svn/gnunet@13155 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r-- | src/transport/plugin_transport_http.c | 2 |
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; |