aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-10-09 16:03:51 +0200
committerChristian Grothoff <christian@grothoff.org>2018-10-09 16:03:51 +0200
commite0f72735afe8340b12d4b83d05281062ee141cdc (patch)
treeca9ceb5caf175a07e9ddd75d3d0ad3fd368f8f92
parent097a0cfa961e33da64b459b85e604bc3f72ab930 (diff)
downloadgnunet-e0f72735afe8340b12d4b83d05281062ee141cdc.tar.gz
gnunet-e0f72735afe8340b12d4b83d05281062ee141cdc.zip
note
-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 {