From 27522e554b6dbaa8742c2a23c895b8ff0f442412 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 15 Jun 2010 11:46:46 +0000 Subject: [PATCH] --- src/transport/plugin_transport_http.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c index b04497765..7249f2795 100644 --- a/src/transport/plugin_transport_http.c +++ b/src/transport/plugin_transport_http.c @@ -568,6 +568,9 @@ accessHandlerCallback (void *cls, } GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"New Session `%s' inserted, count %u \n", address, plugin->session_count); } + /* Updating session */ + cs->addr_inbound=addrin; + /* Set closure */ if (*httpSessionCache == NULL) { @@ -1563,7 +1566,7 @@ libgnunet_plugin_transport_http_done (void *cls) while ( NULL != cs) { - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"Freeing session to `%s'\n",cs->ip); + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"Freeing session for peer `%s'\n",GNUNET_i2s(cs->sender)); cs_next = cs->next; /* freeing messages */ -- 2.25.1