- nbo
authorBart Polot <bart@net.in.tum.de>
Wed, 10 Jul 2013 15:10:19 +0000 (15:10 +0000)
committerBart Polot <bart@net.in.tum.de>
Wed, 10 Jul 2013 15:10:19 +0000 (15:10 +0000)
src/mesh/mesh_api.c

index 66c2d8b0b15e5ffd8b58e97bda4625460bec202c..9085a779990dd33c6896bd7a9645aea1ed788468 100644 (file)
@@ -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;