From 6c24f3f63da98ccaa4e81dfc759c58da9ae512b5 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 11 May 2010 15:14:47 +0000 Subject: [PATCH] --- src/transport/plugin_transport_http.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c index 9689d452e..904e0d794 100644 --- a/src/transport/plugin_transport_http.c +++ b/src/transport/plugin_transport_http.c @@ -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 -- 2.25.1