gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r23772 - gnunet/src/transport
Date: Thu, 13 Sep 2012 16:48:16 +0200

Author: wachs
Date: 2012-09-13 16:48:16 +0200 (Thu, 13 Sep 2012)
New Revision: 23772

Modified:
   gnunet/src/transport/plugin_transport_tcp.c
Log:
- bug


Modified: gnunet/src/transport/plugin_transport_tcp.c
===================================================================
--- gnunet/src/transport/plugin_transport_tcp.c 2012-09-13 13:20:50 UTC (rev 
23771)
+++ gnunet/src/transport/plugin_transport_tcp.c 2012-09-13 14:48:16 UTC (rev 
23772)
@@ -1403,7 +1403,7 @@
   {
     LOG (GNUNET_ERROR_TYPE_DEBUG, 
         "Failed to create connection to `%4s' at `%s'\n",
-        GNUNET_i2s (&session->target), GNUNET_a2s (sb, sbs));
+        GNUNET_i2s (&address->peer), GNUNET_a2s (sb, sbs));
     return NULL;
   }
   plugin->max_connections--;




reply via email to

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