aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-01-26 12:21:37 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-01-26 12:21:37 +0000
commite4cd44308b1130f02d6c4ed3116b2b26ffbff78a (patch)
tree48e783674b11e9fb85ecd3874b36c4acc3724d1f /src/transport/plugin_transport_http.c
parent160fe88a488513529401adf1fb541789a6da489f (diff)
downloadgnunet-e4cd44308b1130f02d6c4ed3116b2b26ffbff78a.tar.gz
gnunet-e4cd44308b1130f02d6c4ed3116b2b26ffbff78a.zip
- more new code
Diffstat (limited to 'src/transport/plugin_transport_http.c')
-rw-r--r--src/transport/plugin_transport_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c
index ecf32c943..f4729811c 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -540,7 +540,7 @@ notify_session_end (void *cls, const struct GNUNET_PeerIdentity *peer,
540 * @return the session or NULL of max connections exceeded 540 * @return the session or NULL of max connections exceeded
541 */ 541 */
542 542
543static const struct Session * 543static struct Session *
544http_get_session (void *cls, 544http_get_session (void *cls,
545 const struct GNUNET_HELLO_Address *address) 545 const struct GNUNET_HELLO_Address *address)
546{ 546{