From e2a0ac9c58f2121c1bf38dde636504db9775bab7 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 5 Dec 2013 00:53:28 +0000 Subject: [PATCH] - avoid warning on successful shutdowns --- src/mesh/test_mesh_small.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) "tmt_rdy called, filling buffer\n"); if (size < size_payload || NULL == buf) { - GNUNET_break (0); + GNUNET_break (ok >= ok_goal - 2); GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "size %u, buf %p, data_sent %u, data_received %u\n", size, -- 2.25.1