aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-11-28 01:48:26 +0000
committerBart Polot <bart@net.in.tum.de>2013-11-28 01:48:26 +0000
commit459c0bdc8e2e240baf53f3006954b8a6d71c60a8 (patch)
treec82a9c993add76cefac28dac5049e6da1f7cfe9c
parent133c2f9f2d93097848ce7420fcf86a4e6863db45 (diff)
downloadgnunet-459c0bdc8e2e240baf53f3006954b8a6d71c60a8.tar.gz
gnunet-459c0bdc8e2e240baf53f3006954b8a6d71c60a8.zip
- warning--
-rw-r--r--src/mesh/gnunet-service-mesh_connection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c
index d264cfb32..48c3fe80e 100644
--- a/src/mesh/gnunet-service-mesh_connection.c
+++ b/src/mesh/gnunet-service-mesh_connection.c
@@ -2529,7 +2529,6 @@ GMC_send_prebuilt_message (const struct GNUNET_MessageHeader *message,
2529 struct GNUNET_MESH_Poll *pmsg; 2529 struct GNUNET_MESH_Poll *pmsg;
2530 struct GNUNET_MESH_ConnectionDestroy *dmsg; 2530 struct GNUNET_MESH_ConnectionDestroy *dmsg;
2531 struct GNUNET_MESH_ConnectionBroken *bmsg; 2531 struct GNUNET_MESH_ConnectionBroken *bmsg;
2532 struct GNUNET_MESH_ConnectionKeepAlive *kamsg;
2533 uint32_t ttl; 2532 uint32_t ttl;
2534 2533
2535 case GNUNET_MESSAGE_TYPE_MESH_ENCRYPTED: 2534 case GNUNET_MESSAGE_TYPE_MESH_ENCRYPTED: