(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 11 May 2010 15:14:47 +0000 (15:14 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 11 May 2010 15:14:47 +0000 (15:14 +0000)
src/transport/plugin_transport_http.c

index 9689d452e6dbc5a6d6138d3deb732da1cb302916..904e0d79486b100466e4091af7f323c4ed6a5c9c 100644 (file)
@@ -244,6 +244,7 @@ static struct Session * create_session_by_pi( const struct GNUNET_PeerIdentity *
   return cur;
 }
 
+#if 0
 /**
  * Creates a http session in our linked list by ip address
  * Only ip is set here, all other fields have to be set by calling method
@@ -270,6 +271,7 @@ static struct Session * create_session_by_ip ( struct sockaddr_in * addr )
 
   return cur;
 }
+#endif
 
 /**
  * Callback called by MHD when a connection is terminated