From c97979d00ab68915b0d354a1424e420ef84b7723 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Sun, 14 Nov 2021 16:39:42 +0100 Subject: age restriction (load per denomination). 3/n --- src/util/crypto_helper_denom.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/util/crypto_helper_denom.c') diff --git a/src/util/crypto_helper_denom.c b/src/util/crypto_helper_denom.c index e1cd2b6b..02ac2cb2 100644 --- a/src/util/crypto_helper_denom.c +++ b/src/util/crypto_helper_denom.c @@ -281,10 +281,12 @@ TALER_CRYPTO_helper_denom_connect ( } /* Extract the age groups from the config, if the extension has been set, - * and serialize them into the age mask */ + * and serialize them into the age mask + */ if (GNUNET_OK != TALER_get_age_mask (cfg, &dh->age_mask)) { + /* FIXME: maybe more specific error? */ GNUNET_log_config_invalid (GNUNET_ERROR_TYPE_ERROR, "extensions", /* FIXME: right section etc? */ "age-restriction", -- cgit v1.2.3