From a4a0baaa3e853319753d3cd3a8a393dfecf9e579 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 7 Jun 2013 02:03:46 +0000 Subject: [PATCH] - mystery #3: why was this deleted? --- src/mesh/gnunet-service-mesh-new.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesh/gnunet-service-mesh-new.c b/src/mesh/gnunet-service-mesh-new.c index 86649cca6..351af1422 100644 --- a/src/mesh/gnunet-service-mesh-new.c +++ b/src/mesh/gnunet-service-mesh-new.c @@ -937,6 +937,7 @@ send_client_tunnel_create (struct MeshTunnel *t) 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); } -- 2.25.1