summaryrefslogtreecommitdiff
path: root/src/util/crypto_helper_denom.c
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2021-11-14 16:39:42 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2021-11-14 16:39:42 +0100
commitc97979d00ab68915b0d354a1424e420ef84b7723 (patch)
tree7990098ab493ea5e164120f630e06c8fc6e5cc02 /src/util/crypto_helper_denom.c
parent7c510388b9d789c35fc05bead7677b3de52a318e (diff)
downloadexchange-c97979d00ab68915b0d354a1424e420ef84b7723.tar.gz
exchange-c97979d00ab68915b0d354a1424e420ef84b7723.tar.bz2
exchange-c97979d00ab68915b0d354a1424e420ef84b7723.zip
age restriction (load per denomination). 3/n
Diffstat (limited to 'src/util/crypto_helper_denom.c')
-rw-r--r--src/util/crypto_helper_denom.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/crypto_helper_denom.c b/src/util/crypto_helper_denom.c
index e1cd2b6ba..02ac2cb2d 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",