aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cadet/gnunet-service-cadet_connection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet_connection.c b/src/cadet/gnunet-service-cadet_connection.c
index 7c5fb5507..97d184e8e 100644
--- a/src/cadet/gnunet-service-cadet_connection.c
+++ b/src/cadet/gnunet-service-cadet_connection.c
@@ -3273,7 +3273,6 @@ GCC_notify_broken (struct CadetConnection *c,
3273 /* Cancel queue in the direction that just died. */ 3273 /* Cancel queue in the direction that just died. */
3274 connection_cancel_queues (c, ! fwd); 3274 connection_cancel_queues (c, ! fwd);
3275 unregister_neighbors (c); 3275 unregister_neighbors (c);
3276 GNUNET_assert (NULL != ( (fwd) ? c->next_peer : c->prev_peer) );
3277 GCC_check_connections (); 3276 GCC_check_connections ();
3278} 3277}
3279 3278