From e0f72735afe8340b12d4b83d05281062ee141cdc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 9 Oct 2018 16:03:51 +0200 Subject: note --- src/namestore/gnunet-service-namestore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c index e6d82e3f4..101f2bd45 100644 --- a/src/namestore/gnunet-service-namestore.c +++ b/src/namestore/gnunet-service-namestore.c @@ -922,7 +922,7 @@ continue_store_activity (struct StoreActivity *sa) sizeof (struct GNUNET_CRYPTO_EcdsaPrivateKey))) ) { sa->zm_pos = zm->next; /* not interesting to this monitor */ - continue; + // continue; -- fails tests, but why not here? } if (zm->limit == zm->iteration_cnt) { -- cgit v1.2.3