- register keepalive for destruction
authorBart Polot <bart@net.in.tum.de>
Tue, 17 Dec 2013 00:28:20 +0000 (00:28 +0000)
committerBart Polot <bart@net.in.tum.de>
Tue, 17 Dec 2013 00:28:20 +0000 (00:28 +0000)
src/mesh/gnunet-service-mesh_peer.c

index 39006919dd69acf60ebed29de847b19539d0d3b3..23dd22222d620e44a4fb0a88b0ca2282beb34909 100644 (file)
@@ -929,6 +929,7 @@ GMP_queue_destroy (struct MeshPeerQueue *queue, int clear_cls)
       case GNUNET_MESSAGE_TYPE_MESH_CONNECTION_ACK:
       case GNUNET_MESSAGE_TYPE_MESH_CONNECTION_CREATE:
       case GNUNET_MESSAGE_TYPE_MESH_CONNECTION_BROKEN:
+      case GNUNET_MESSAGE_TYPE_MESH_KEEPALIVE:
       case GNUNET_MESSAGE_TYPE_MESH_KX:
       case GNUNET_MESSAGE_TYPE_MESH_ENCRYPTED:
       case GNUNET_MESSAGE_TYPE_MESH_ACK: