aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-10-06 23:05:21 +0200
committerChristian Grothoff <christian@grothoff.org>2017-10-06 23:05:21 +0200
commitc831b76d24e75c692ab6141f327d1a91d391f93b (patch)
tree704d495cfe01609ad0f0bf260a7a80faf5f3a30c
parent79ddc4888a3003ddbe45f1552dac3fea5e0741d4 (diff)
mark bug location
-rw-r--r--src/cadet/gnunet-service-cadet_paths.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet_paths.c b/src/cadet/gnunet-service-cadet_paths.c
index 13752643c3..e75fd393c2 100644
--- a/src/cadet/gnunet-service-cadet_paths.c
+++ b/src/cadet/gnunet-service-cadet_paths.c
@@ -179,7 +179,7 @@ GCPP_del_connection (struct CadetPeerPath *path,
GCC_2s (cc),
GCPP_2s (path),
off);
- GNUNET_assert (off < path->entries_length);
+ GNUNET_assert (off < path->entries_length); /* FIXME: This assertion fails sometimes! */
entry = path->entries[off];
GNUNET_assert (cc == entry->cc);
entry->cc = NULL;