aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mesh/gnunet-service-mesh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index 9e60b38d9..96a191c35 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -4451,6 +4451,7 @@ send_core_path_create (void *cls, size_t size, void *buf)
4451 if (GNUNET_YES == t->nobuffer) 4451 if (GNUNET_YES == t->nobuffer)
4452 opt |= MESH_TUNNEL_OPT_NOBUFFER; 4452 opt |= MESH_TUNNEL_OPT_NOBUFFER;
4453 msg->opt = htonl(opt); 4453 msg->opt = htonl(opt);
4454 msg->reserved = 0;
4454 4455
4455 peer_ptr = (struct GNUNET_PeerIdentity *) &msg[1]; 4456 peer_ptr = (struct GNUNET_PeerIdentity *) &msg[1];
4456 for (i = 0; i < p->length; i++) 4457 for (i = 0; i < p->length; i++)