add option to disable namecache, add velocity calculation and delay correction to...
[oweals/gnunet.git] / src / identity-provider / plugin_rest_openid_connect.c
index 7e8054e6047ba77d09241216e2233658dda3ae8d..125bb98f66bdfcb3d5ff2086f1d3d50d94555094 100644 (file)
@@ -1076,16 +1076,19 @@ namestore_iteration_callback (
     }
   }
 
-  GNUNET_NAMESTORE_zone_iterator_next (handle->namestore_handle_it);
+  GNUNET_NAMESTORE_zone_iterator_next (handle->namestore_handle_it,
+                                      1);
 }
 
+
 /**
  * Iteration over all results finished, build final
  * response.
  *
  * @param cls the `struct RequestHandle`
  */
-static void namestore_iteration_finished (void *cls)
+static void
+namestore_iteration_finished (void *cls)
 {
   struct RequestHandle *handle = cls;
   struct GNUNET_HashCode cache_key;