- fix
authorBart Polot <bart@net.in.tum.de>
Thu, 18 Jul 2013 12:42:57 +0000 (12:42 +0000)
committerBart Polot <bart@net.in.tum.de>
Thu, 18 Jul 2013 12:42:57 +0000 (12:42 +0000)
src/mesh/gnunet-service-mesh.c

index 910d96eee5c6fff32e0cd8cc97f650eabca07eb8..223067a1aaf2df0ad87b3b9e2b8f84a379ef4d86 100644 (file)
@@ -3151,6 +3151,8 @@ queue_destroy (struct MeshPeerQueue *queue, int clear_cls)
       case GNUNET_MESSAGE_TYPE_MESH_UNICAST:
       case GNUNET_MESSAGE_TYPE_MESH_TO_ORIGIN:
       case GNUNET_MESSAGE_TYPE_MESH_ACK:
+      case GNUNET_MESSAGE_TYPE_MESH_UNICAST_ACK:
+      case GNUNET_MESSAGE_TYPE_MESH_TO_ORIG_ACK:
       case GNUNET_MESSAGE_TYPE_MESH_POLL:
       case GNUNET_MESSAGE_TYPE_MESH_PATH_KEEPALIVE:
         GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,