-remove stupid assertion
authorChristian Grothoff <christian@grothoff.org>
Wed, 15 Jul 2015 17:40:48 +0000 (17:40 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 15 Jul 2015 17:40:48 +0000 (17:40 +0000)
src/cadet/gnunet-service-cadet_connection.c

index 7c5fb550783c9882031f9d7cd120f3b11c42a4e5..97d184e8e17105d28df488acc76cf2345d5ee4d1 100644 (file)
@@ -3273,7 +3273,6 @@ GCC_notify_broken (struct CadetConnection *c,
   /* Cancel queue in the direction that just died. */
   connection_cancel_queues (c, ! fwd);
   unregister_neighbors (c);
-  GNUNET_assert (NULL != ( (fwd) ? c->next_peer : c->prev_peer) );
   GCC_check_connections ();
 }