From: Bart Polot Date: Mon, 5 Nov 2012 20:31:25 +0000 (+0000) Subject: - fix polling X-Git-Tag: initial-import-from-subversion-38251~10992 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c93a45f3d3c6478f5618ab49ddbc4839836460d8;p=oweals%2Fgnunet.git - fix polling --- diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index d0a085f5f..5808b70c7 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -4800,6 +4800,7 @@ queue_destroy (struct MeshPeerQueue *queue, int clear_cls) case GNUNET_MESSAGE_TYPE_MESH_MULTICAST: case GNUNET_MESSAGE_TYPE_MESH_TO_ORIGIN: case GNUNET_MESSAGE_TYPE_MESH_ACK: + case GNUNET_MESSAGE_TYPE_MESH_POLL: case GNUNET_MESSAGE_TYPE_MESH_PATH_KEEPALIVE: GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, " prebuilt message\n");