diff options
-rw-r--r-- | src/namestore/gnunet-service-namestore.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |