aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_tunnel.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-10-17 14:41:13 +0000
committerBart Polot <bart@net.in.tum.de>2013-10-17 14:41:13 +0000
commitb7d5f4d4402789b9cc82990220cc7738ed03755f (patch)
tree3fd0ae131feba0764622f6710c9e92a776c7bb3a /src/mesh/gnunet-service-mesh_tunnel.c
parent3e27090743da61293c9eb5c2c031146306cfe78a (diff)
downloadgnunet-b7d5f4d4402789b9cc82990220cc7738ed03755f.tar.gz
gnunet-b7d5f4d4402789b9cc82990220cc7738ed03755f.zip
- unify payload, fixes
Diffstat (limited to 'src/mesh/gnunet-service-mesh_tunnel.c')
-rw-r--r--src/mesh/gnunet-service-mesh_tunnel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_tunnel.c b/src/mesh/gnunet-service-mesh_tunnel.c
index e2cf7db17..6a6a43943 100644
--- a/src/mesh/gnunet-service-mesh_tunnel.c
+++ b/src/mesh/gnunet-service-mesh_tunnel.c
@@ -1199,7 +1199,7 @@ GMT_send_prebuilt_message (const struct GNUNET_MessageHeader *message,
1199 type = ntohs (message->type); 1199 type = ntohs (message->type);
1200 switch (type) 1200 switch (type)
1201 { 1201 {
1202 case GNUNET_MESSAGE_TYPE_MESH_ENCRYPTED: 1202 case GNUNET_MESSAGE_TYPE_MESH_DATA:
1203 case GNUNET_MESSAGE_TYPE_MESH_CHANNEL_CREATE: 1203 case GNUNET_MESSAGE_TYPE_MESH_CHANNEL_CREATE:
1204 case GNUNET_MESSAGE_TYPE_MESH_CHANNEL_DESTROY: 1204 case GNUNET_MESSAGE_TYPE_MESH_CHANNEL_DESTROY:
1205 case GNUNET_MESSAGE_TYPE_MESH_CHANNEL_ACK: 1205 case GNUNET_MESSAGE_TYPE_MESH_CHANNEL_ACK: