aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-15 17:40:48 +0000
committerChristian Grothoff <christian@grothoff.org>2015-07-15 17:40:48 +0000
commit5f86c23ef16080201ca7a86e380913c1ac21048b (patch)
treeaf692f533ff0bc5d2c723b525a7c92baecf2e4b2 /src
parent07d2afe861142b47025207c1834225932ba6e690 (diff)
downloadgnunet-5f86c23ef16080201ca7a86e380913c1ac21048b.tar.gz
gnunet-5f86c23ef16080201ca7a86e380913c1ac21048b.zip
-remove stupid assertion
Diffstat (limited to 'src')
-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