aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.c
diff options
context:
space:
mode:
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