From 6bfbe260c794972b596c512b5f4528a5b7cfdc95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Tue, 18 Jan 2022 12:20:38 +0100 Subject: [PATCH] fix return value --- src/lib/exchange_api_handle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c index ac0e0584f..aea09a81f 100644 --- a/src/lib/exchange_api_handle.c +++ b/src/lib/exchange_api_handle.c @@ -831,7 +831,7 @@ decode_keys_json (const json_t *resp_obj, return GNUNET_SYSERR; } - if (TALER_Extension_OK != + if (GNUNET_OK != TALER_parse_age_group_string (age_groups, &key_data->age_mask)) {