From 2693a5792de2eb435c228b65834d6c8f87b60d5c Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 10 Jul 2013 15:10:19 +0000 Subject: [PATCH] - nbo --- src/mesh/mesh_api.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c index 66c2d8b0b..9085a7799 100644 --- a/src/mesh/mesh_api.c +++ b/src/mesh/mesh_api.c @@ -1431,6 +1431,7 @@ GNUNET_MESH_tunnel_create (struct GNUNET_MESH_Handle *h, msg.options |= GNUNET_MESH_OPTION_RELIABLE; if (GNUNET_NO == buffer) msg.options |= GNUNET_MESH_OPTION_NOBUFFER; + msg.options = htonl (msg.options); t->allow_send = 0; send_packet (h, &msg.header, t); return t; -- 2.25.1