From: Bart Polot Date: Wed, 10 Jul 2013 15:10:19 +0000 (+0000) Subject: - nbo X-Git-Tag: initial-import-from-subversion-38251~8406 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2693a5792de2eb435c228b65834d6c8f87b60d5c;p=oweals%2Fgnunet.git - nbo --- 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;