aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-05-11 15:14:47 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-05-11 15:14:47 +0000
commit6c24f3f63da98ccaa4e81dfc759c58da9ae512b5 (patch)
treec3ceb532073da94139e6fc9a3ed403eea875982f /src
parent49c0f18440004f0d0752fac11644407edcc9e271 (diff)
downloadgnunet-6c24f3f63da98ccaa4e81dfc759c58da9ae512b5.tar.gz
gnunet-6c24f3f63da98ccaa4e81dfc759c58da9ae512b5.zip
Diffstat (limited to 'src')
-rw-r--r--src/transport/plugin_transport_http.c2
1 files changed, 2 insertions, 0 deletions
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 *
244 return cur; 244 return cur;
245} 245}
246 246
247#if 0
247/** 248/**
248 * Creates a http session in our linked list by ip address 249 * Creates a http session in our linked list by ip address
249 * Only ip is set here, all other fields have to be set by calling method 250 * 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 )
270 271
271 return cur; 272 return cur;
272} 273}
274#endif
273 275
274/** 276/**
275 * Callback called by MHD when a connection is terminated 277 * Callback called by MHD when a connection is terminated