aboutsummaryrefslogtreecommitdiff
path: root/src/credential
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential')
-rw-r--r--src/credential/gnunet-service-credential.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/credential/gnunet-service-credential.c b/src/credential/gnunet-service-credential.c
index a2c339363..399371a2e 100644
--- a/src/credential/gnunet-service-credential.c
+++ b/src/credential/gnunet-service-credential.c
@@ -961,9 +961,11 @@ collect_next (void *cls)
961 struct VerifyRequestHandle *vrh = cls; 961 struct VerifyRequestHandle *vrh = cls;
962 vrh->collect_next_task = NULL; 962 vrh->collect_next_task = NULL;
963 GNUNET_assert (NULL != vrh->cred_collection_iter); 963 GNUNET_assert (NULL != vrh->cred_collection_iter);
964 GNUNET_NAMESTORE_zone_iterator_next (vrh->cred_collection_iter); 964 GNUNET_NAMESTORE_zone_iterator_next (vrh->cred_collection_iter,
965 1);
965} 966}
966 967
968
967static void 969static void
968handle_cred_collection_cb (void *cls, 970handle_cred_collection_cb (void *cls,
969 const struct GNUNET_CRYPTO_EcdsaPrivateKey *key, 971 const struct GNUNET_CRYPTO_EcdsaPrivateKey *key,