diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index 39f383af..d97c68e3 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -102,6 +102,7 @@ const struct GNUNET_CONFIGURATION_Handle *TEH_cfg; * * Set after loading the library, enabled in database event handler. */ +bool TEH_age_restriction_enabled = false; struct TALER_AgeRestrictionConfig TEH_age_restriction_config = {0}; /** |