From: Christian Grothoff Date: Tue, 9 Oct 2018 14:03:51 +0000 (+0200) Subject: note X-Git-Tag: v0.11.0~238^2~84^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e0f72735afe8340b12d4b83d05281062ee141cdc;p=oweals%2Fgnunet.git note --- 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) {