gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27184 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r27184 - gnunet/src/mesh
Date: Thu, 16 May 2013 19:33:08 +0200

Author: bartpolot
Date: 2013-05-16 19:33:08 +0200 (Thu, 16 May 2013)
New Revision: 27184

Modified:
   gnunet/src/mesh/gnunet-service-mesh-new.c
Log:
- doh

Modified: gnunet/src/mesh/gnunet-service-mesh-new.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh-new.c   2013-05-16 17:21:13 UTC (rev 
27183)
+++ gnunet/src/mesh/gnunet-service-mesh-new.c   2013-05-16 17:33:08 UTC (rev 
27184)
@@ -3966,9 +3966,9 @@
     GNUNET_SERVER_receive_done (client, GNUNET_SYSERR);
     return;
   }
-  t->port = ntohl (t->port);
-  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "CREATED TUNNEL %s[%x] (%x)\n",
-              GNUNET_i2s (&my_full_id), t->id.tid, t->local_tid);
+  t->port = ntohl (t_msg->port);
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "CREATED TUNNEL %s[%x]:%u (%x)\n",
+              GNUNET_i2s (&my_full_id), t->id.tid, t->port, t->local_tid);
 
   peer_info = peer_get (&t_msg->peer);
   GNUNET_array_append (peer_info->tunnels, peer_info->ntunnels, t);




reply via email to

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