From ca87a98695221ea3b8beb08c40cf04f6afe7bd2c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 28 Oct 2021 20:35:16 +0200 Subject: -work on FTBFS of src/testing --- src/testing/testing_api_cmd_lock_product.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/testing/testing_api_cmd_lock_product.c') diff --git a/src/testing/testing_api_cmd_lock_product.c b/src/testing/testing_api_cmd_lock_product.c index 49f815d6..da9e8832 100644 --- a/src/testing/testing_api_cmd_lock_product.c +++ b/src/testing/testing_api_cmd_lock_product.c @@ -180,16 +180,16 @@ lock_product_cleanup (void *cls, * @param index index number of the object to extract. * @return #GNUNET_OK on success */ -static int +static enum GNUNET_GenericReturnValue lock_product_traits (void *cls, const void **ret, const char *trait, unsigned int index) { struct LockProductState *lps = cls; - struct TALER_TESTING_Trait traits[] = { - TALER_TESTING_make_trait_string (0, lps->uuid), + TALER_TESTING_make_trait_lock_uuid ( + (const char **) &lps->uuid), TALER_TESTING_trait_end () }; -- cgit v1.2.3