From b6751fd4208c7175833504442d2cae91eb775ab4 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 21 Jan 2013 13:37:16 +0000 Subject: - alert about error --- src/mesh/plugin_block_mesh.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesh/plugin_block_mesh.c') diff --git a/src/mesh/plugin_block_mesh.c b/src/mesh/plugin_block_mesh.c index 58faaa538..f0dae7174 100644 --- a/src/mesh/plugin_block_mesh.c +++ b/src/mesh/plugin_block_mesh.c @@ -162,6 +162,7 @@ block_plugin_mesh_get_key (void *cls, enum GNUNET_BLOCK_Type type, GNUNET_CRYPTO_hash (&pb->type, sizeof(GNUNET_MESH_ApplicationType), key); return GNUNET_OK; default: + GNUNET_break (0); return GNUNET_SYSERR; } } -- cgit v1.2.3