aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_connection.c')
-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: