From: Christian Grothoff Date: Sun, 5 Jun 2011 16:45:53 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~18324 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=76b2ac594dd50215ddba93325d23315173550928;p=oweals%2Fgnunet.git fix --- 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) &&