aboutsummaryrefslogtreecommitdiff
path: root/src/credential
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-04-29 10:56:15 +0200
committerChristian Grothoff <christian@grothoff.org>2018-04-29 10:56:15 +0200
commitce2864cfaa27e55096b480bf35db5f8cee2a5e7e (patch)
treebe47c017d1467870000aa1a507eab3c995304179 /src/credential
parent823215c974ccb1ef3cad9eb1082999cd1b910416 (diff)
downloadgnunet-ce2864cfaa27e55096b480bf35db5f8cee2a5e7e.tar.gz
gnunet-ce2864cfaa27e55096b480bf35db5f8cee2a5e7e.zip
add option to disable namecache, add velocity calculation and delay correction to zonemaster, fix some ftbfs from recent NAMESTORE API change
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,