note
authorChristian Grothoff <christian@grothoff.org>
Tue, 9 Oct 2018 14:03:51 +0000 (16:03 +0200)
committerChristian Grothoff <christian@grothoff.org>
Tue, 9 Oct 2018 14:03:51 +0000 (16:03 +0200)
src/namestore/gnunet-service-namestore.c

index e6d82e3f4603d2313bf28fc8c5c1d65d204d8ec7..101f2bd45f72fdde1430c8b2f486c3d5ce86d708 100644 (file)
@@ -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)
       {