projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49c0f18
)
(no commit message)
author
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 11 May 2010 15:14:47 +0000
(15:14 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 11 May 2010 15:14:47 +0000
(15:14 +0000)
src/transport/plugin_transport_http.c
patch
|
blob
|
history
diff --git
a/src/transport/plugin_transport_http.c
b/src/transport/plugin_transport_http.c
index 9689d452e6dbc5a6d6138d3deb732da1cb302916..904e0d79486b100466e4091af7f323c4ed6a5c9c 100644
(file)
--- 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