From e2f1365716d68c92250a3c09efb6e4070741d4f8 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Sun, 6 May 2012 20:12:32 +0000 Subject: [PATCH] - Fix #2312 --- src/mesh/mesh_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c index cf9b1c812..7332d0c3d 100644 --- a/src/mesh/mesh_api.c +++ b/src/mesh/mesh_api.c @@ -986,7 +986,7 @@ process_incoming_data (struct GNUNET_MESH_Handle *h, } if (NULL == t) { - GNUNET_break (0); + /* Tunnel was ignored, probably service didn't get it yet */ return GNUNET_YES; } type = ntohs (payload->type); -- 2.25.1