aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-01-21 13:37:16 +0000
committerBart Polot <bart@net.in.tum.de>2013-01-21 13:37:16 +0000
commitb6751fd4208c7175833504442d2cae91eb775ab4 (patch)
treebe2dd4cebb06303de1d26ca220aaca861a71ee20 /src
parente609f9a36d3287ff6e355584a4ac3e0ba6f5e2ca (diff)
downloadgnunet-b6751fd4208c7175833504442d2cae91eb775ab4.tar.gz
gnunet-b6751fd4208c7175833504442d2cae91eb775ab4.zip
- alert about error
Diffstat (limited to 'src')
-rw-r--r--src/mesh/plugin_block_mesh.c1
1 files changed, 1 insertions, 0 deletions
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,
162 GNUNET_CRYPTO_hash (&pb->type, sizeof(GNUNET_MESH_ApplicationType), key); 162 GNUNET_CRYPTO_hash (&pb->type, sizeof(GNUNET_MESH_ApplicationType), key);
163 return GNUNET_OK; 163 return GNUNET_OK;
164 default: 164 default:
165 GNUNET_break (0);
165 return GNUNET_SYSERR; 166 return GNUNET_SYSERR;
166 } 167 }
167} 168}