aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-12-05 00:53:28 +0000
committerBart Polot <bart@net.in.tum.de>2013-12-05 00:53:28 +0000
commite2a0ac9c58f2121c1bf38dde636504db9775bab7 (patch)
treee790943788c0a065d9586edc9e599448cb413cbe /src
parenta77de892778f22d687edb8ff9009dc67b2660691 (diff)
downloadgnunet-e2a0ac9c58f2121c1bf38dde636504db9775bab7.tar.gz
gnunet-e2a0ac9c58f2121c1bf38dde636504db9775bab7.zip
- avoid warning on successful shutdowns
Diffstat (limited to 'src')
-rw-r--r--src/mesh/test_mesh_small.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_small.c b/src/mesh/test_mesh_small.c
index b3bf8d9fe..49e394f03 100644
--- a/src/mesh/test_mesh_small.c
+++ b/src/mesh/test_mesh_small.c
@@ -354,7 +354,7 @@ tmt_rdy (void *cls, size_t size, void *buf)
354 "tmt_rdy called, filling buffer\n"); 354 "tmt_rdy called, filling buffer\n");
355 if (size < size_payload || NULL == buf) 355 if (size < size_payload || NULL == buf)
356 { 356 {
357 GNUNET_break (0); 357 GNUNET_break (ok >= ok_goal - 2);
358 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 358 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
359 "size %u, buf %p, data_sent %u, data_received %u\n", 359 "size %u, buf %p, data_sent %u, data_received %u\n",
360 size, 360 size,