From 76b2ac594dd50215ddba93325d23315173550928 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 5 Jun 2011 16:45:53 +0000 Subject: [PATCH] fix --- src/transport/transport_api_new.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/transport/transport_api_new.c b/src/transport/transport_api_new.c index 1018cff31..b9e7b49af 100644 --- a/src/transport/transport_api_new.c +++ b/src/transport/transport_api_new.c @@ -521,10 +521,7 @@ demultiplexer (void *cls, #endif n = neighbour_find (h, &okm->peer); if (n == NULL) - { - GNUNET_break (0); - break; - } + break; GNUNET_break (GNUNET_NO == n->is_ready); n->is_ready = GNUNET_YES; if ( (n->th != NULL) && -- 2.25.1