gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r27388 - gnunet/src/mesh
Date: Fri, 7 Jun 2013 04:03:46 +0200

Author: bartpolot
Date: 2013-06-07 04:03:46 +0200 (Fri, 07 Jun 2013)
New Revision: 27388

Modified:
   gnunet/src/mesh/gnunet-service-mesh-new.c
Log:
- mystery #3: why was this deleted?

Modified: gnunet/src/mesh/gnunet-service-mesh-new.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh-new.c   2013-06-07 01:58:55 UTC (rev 
27387)
+++ gnunet/src/mesh/gnunet-service-mesh-new.c   2013-06-07 02:03:46 UTC (rev 
27388)
@@ -937,6 +937,7 @@
   msg.header.type = htons (GNUNET_MESSAGE_TYPE_MESH_LOCAL_TUNNEL_CREATE);
   msg.tunnel_id = htonl (t->local_tid_dest);
   msg.port = htonl (t->port);
+  GNUNET_PEER_resolve (t->id.oid, &msg.peer);
   GNUNET_SERVER_notification_context_unicast (nc, t->client->handle,
                                               &msg.header, GNUNET_NO);
 }




reply via email to

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