fix
authorChristian Grothoff <christian@grothoff.org>
Sun, 5 Jun 2011 16:45:53 +0000 (16:45 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 5 Jun 2011 16:45:53 +0000 (16:45 +0000)
src/transport/transport_api_new.c

index 1018cff3159f68218dc6eed086f31e49f9a183ff..b9e7b49af1ca5757d718ecd62bde0edd592a2ae3 100644 (file)
@@ -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) &&