(no commit message)
[oweals/gnunet.git] / src / transport / plugin_transport_http.c
index 88a14701318d2faca7e99e9a83c11bf9caf2506f..2aeb445799c4ae8600c155ac0f361367cfac9a0e 100644 (file)
@@ -623,8 +623,8 @@ mdh_access_cb (void *cls,
   struct IPv6HttpAddress ipv6addr;
 
   struct HTTP_PeerContext *pc;
-  struct Session *ps;
-  struct Session *ps_tmp;
+  struct Session *ps = NULL;
+  struct Session *ps_tmp = NULL;
 
   int res = GNUNET_NO;
   int send_error_to_client;