From: Bart Polot Date: Mon, 18 Nov 2013 19:00:43 +0000 (+0000) Subject: - fixme X-Git-Tag: initial-import-from-subversion-38251~6021 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c73833b8c24148c26b2b37eb7d40aab31bd2124f;p=oweals%2Fgnunet.git - fixme --- diff --git a/src/mesh/gnunet-service-mesh_peer.c b/src/mesh/gnunet-service-mesh_peer.c index 8dda45849..a1389b539 100644 --- a/src/mesh/gnunet-service-mesh_peer.c +++ b/src/mesh/gnunet-service-mesh_peer.c @@ -755,6 +755,8 @@ search_handler (void *cls, const struct MeshPeerPath *path) * @param buf Where the to write the message. * * @return number of bytes written to buf + * + * FIXME add GNUNET_MESSAGE_TYPE_MESH_KEEPALIVE */ static size_t queue_send (void *cls, size_t size, void *buf) @@ -841,8 +843,7 @@ queue_send (void *cls, size_t size, void *buf) break; default: GNUNET_break (0); - LOG (GNUNET_ERROR_TYPE_WARNING, "* type unknown: %u\n", - queue->type); + LOG (GNUNET_ERROR_TYPE_WARNING, "* type unknown: %u\n", queue->type); data_size = 0; }