aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-10-10 09:21:38 +0200
committerChristian Grothoff <christian@grothoff.org>2018-10-10 09:21:38 +0200
commit4eba76b7248f59942857e357f136a1ccbcb37e9b (patch)
tree90463201d5b8a468143db1548cdc7fefc530628a /src/namestore
parent391d765240102912794d2a73ff2e00027505a2e9 (diff)
downloadgnunet-4eba76b7248f59942857e357f136a1ccbcb37e9b.tar.gz
gnunet-4eba76b7248f59942857e357f136a1ccbcb37e9b.zip
assertion is excessively rigid
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/gnunet-service-namestore.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index 2286abecc..acb6a745a 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -1982,7 +1982,6 @@ monitor_iterate_cb (void *cls,
1982 1982
1983 zm->seq = seq; 1983 zm->seq = seq;
1984 GNUNET_assert (NULL != name); 1984 GNUNET_assert (NULL != name);
1985 GNUNET_assert (zone_key == &zm->zone);
1986 GNUNET_STATISTICS_update (statistics, 1985 GNUNET_STATISTICS_update (statistics,
1987 "Monitor notifications sent", 1986 "Monitor notifications sent",
1988 1, 1987 1,