aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/gnunet-service-namestore.c')
-rw-r--r--src/namestore/gnunet-service-namestore.c2
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)
922 sizeof (struct GNUNET_CRYPTO_EcdsaPrivateKey))) ) 922 sizeof (struct GNUNET_CRYPTO_EcdsaPrivateKey))) )
923 { 923 {
924 sa->zm_pos = zm->next; /* not interesting to this monitor */ 924 sa->zm_pos = zm->next; /* not interesting to this monitor */
925 continue; 925 // continue; -- fails tests, but why not here?
926 } 926 }
927 if (zm->limit == zm->iteration_cnt) 927 if (zm->limit == zm->iteration_cnt)
928 { 928 {