From: Bart Polot Date: Thu, 20 Dec 2012 15:34:42 +0000 (+0000) Subject: - not necessarilly a bug X-Git-Tag: initial-import-from-subversion-38251~10307 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d4ac6cad102997afdd9809ada2e039506d4e1647;p=oweals%2Fgnunet.git - not necessarilly a bug --- diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 8d8536d3e..4d32c2331 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -6417,7 +6417,6 @@ handle_mesh_keepalive (void *cls, const struct GNUNET_PeerIdentity *peer, { /* TODO notify that we dont know that tunnel */ GNUNET_STATISTICS_update (stats, "# keepalive on unknown tunnel", 1, GNUNET_NO); - GNUNET_break_op (0); return GNUNET_OK; }