add option to disable namecache, add velocity calculation and delay correction to...
[oweals/gnunet.git] / src / credential / gnunet-service-credential.c
index a2c33936301cff52d636df00844b64930db37e2a..399371a2ea227f56f78f45537b99900cf4c27590 100644 (file)
@@ -961,9 +961,11 @@ collect_next (void *cls)
   struct VerifyRequestHandle *vrh = cls;
   vrh->collect_next_task = NULL;
   GNUNET_assert (NULL != vrh->cred_collection_iter);
-  GNUNET_NAMESTORE_zone_iterator_next (vrh->cred_collection_iter);
+  GNUNET_NAMESTORE_zone_iterator_next (vrh->cred_collection_iter,
+                                      1);
 }
 
+
 static void
 handle_cred_collection_cb (void *cls,
                            const struct GNUNET_CRYPTO_EcdsaPrivateKey *key,