gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r11756 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r11756 - gnunet/src/transport
Date: Tue, 15 Jun 2010 13:46:46 +0200

Author: wachs
Date: 2010-06-15 13:46:46 +0200 (Tue, 15 Jun 2010)
New Revision: 11756

Modified:
   gnunet/src/transport/plugin_transport_http.c
Log:


Modified: gnunet/src/transport/plugin_transport_http.c
===================================================================
--- gnunet/src/transport/plugin_transport_http.c        2010-06-15 11:14:20 UTC 
(rev 11755)
+++ gnunet/src/transport/plugin_transport_http.c        2010-06-15 11:46:46 UTC 
(rev 11756)
@@ -568,6 +568,9 @@
       }
       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 @@
 
   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 */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]