From: Matthias Wachs Date: Tue, 11 May 2010 15:14:47 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~21762 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6c24f3f63da98ccaa4e81dfc759c58da9ae512b5;p=oweals%2Fgnunet.git --- 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